commit | ae8b625313db4dd4b060962c2a02f3a2837ca61b | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Wed Jan 18 17:43:32 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jan 18 19:20:26 2006 -0800 |
tree | 537c4cc4225321099423d37f85da9264e2b69c2b | |
parent | a525825df15221a95d4c1f5a291d9fde77ef10bc [diff] |
[PATCH] nfsd4: no replays on unconfirmed owners We shouldn't check for replays until after checking whether the open owner is confirmed. Clients are allowed to reuse openowners without bumping the seqid. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>