From: Christoph Hellwig Date: Thu, 30 Apr 2015 09:49:23 +0000 (+0200) Subject: nfsd: split transport vs operation errors for callbacks X-Git-Tag: omap-for-v4.2/wakeirq-drivers~2^2~34^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef2a1b3e1067195f1d6b89d8329454775c87f033;p=pandora-kernel.git nfsd: split transport vs operation errors for callbacks We must only increment the sequence id if the client has seen and responded to a request. If we failed to deliver it to the client we must resend with the same sequence id. So just like the client track errors at the transport level differently from those returned in the XDR. Signed-off-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed