Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sun, 15 Nov 2020 15:14:48 +0200 you wrote:
> In async_resync mode, we log the TCP seq of records until the async request
> is completed. Later, in case one of the logged seqs matches the resync
> request, we return it, toget
In async_resync mode, we log the TCP seq of records until the async request
is completed. Later, in case one of the logged seqs matches the resync
request, we return it, together with its record serial number. Before this
fix, we mistakenly returned the serial number of the current record
instead