From: Neil Brown Date: Tue, 13 Sep 2005 08:25:38 +0000 (-0700) Subject: [PATCH] nfsd4: fix open seqid incrementing in lock X-Git-Tag: v2.6.14-rc2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b59e3c0e172e3f3a147021aa16b929482b8d5846;p=pandora-kernel.git [PATCH] nfsd4: fix open seqid incrementing in lock In the case of a lock which introduces a new lockowner, the openowner's sequence id should be incremented, even when the operation fails, if the error is a sequence-id-mutating error. The current code fails to do that in some cases. Fix this by using the same sequence-id-incrementing mechanism that all other such operations use. Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed