From: J. Bruce Fields Date: Fri, 16 Sep 2011 21:42:48 +0000 (-0400) Subject: nfsd4: match close replays on stateid, not open owner id X-Git-Tag: v3.2-rc1~177^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c387b52d8404f8fd29d8c26bebc83a80733657;p=pandora-kernel.git nfsd4: match close replays on stateid, not open owner id Keep around an unhashed copy of the final stateid after the last close using an openowner, and when identifying a replay, match against that stateid instead of just against the open owner id. Free it the next time the seqid is bumped or the stateowner is destroyed. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed