nfsd4: match close replays on stateid, not open owner id
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 16 Sep 2011 21:42:48 +0000 (17:42 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Sat, 17 Sep 2011 14:01:54 +0000 (10:01 -0400)
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 <bfields@redhat.com>

No differences found