From: J. Bruce Fields Date: Wed, 31 Aug 2011 19:47:21 +0000 (-0400) Subject: nfsd4: make delegation stateid's seqid start at 1 X-Git-Tag: v3.2-rc1~177^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73997dc4183c580278ea8cb41c7a9655940801e0;p=pandora-kernel.git nfsd4: make delegation stateid's seqid start at 1 Thanks to Casey for reminding me that 5661 gives a special meaning to a value of 0 in the stateid's seqid field, so all stateid's should start out with si_generation 1. We were doing that in the open and lock cases for minorversion 1, but not for the delegation stateid, and not for openstateid's with v4.0. It doesn't *really* matter much for v4.0 or for delegation stateid's (which never get the seqid field incremented), but we may as well do the same for all of them. Reported-by: Casey Bodley Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed