From: J. Bruce Fields Date: Sat, 26 May 2012 01:40:23 +0000 (-0400) Subject: nfsd4: return "real" sequence id in confirmed case X-Git-Tag: v3.5-rc1~18^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=778df3f0feaeb03ebf9f370cba8437491ffa889f;p=pandora-kernel.git nfsd4: return "real" sequence id in confirmed case The client should ignore the returned sequence_id in the case where the CONFIRMED flag is set on an exchange_id reply--and in the unconfirmed case "1" is always the right response. So it shouldn't actually matter what we return here. We could continue returning 1 just to catch clients ignoring the spec here, but I'd rather be generous. Other things equal, returning the existing sequence_id seems more informative. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed