git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe19a96
)
NFSv4: Handle expired stateids when the lease is still valid
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 26 May 2011 18:26:35 +0000
(14:26 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 27 May 2011 21:42:01 +0000
(17:42 -0400)
Currently, if the server returns NFS4ERR_EXPIRED in reply to a READ or
WRITE, but the RENEW test determines that the lease is still active, we
fail to recover and end up looping forever in a READ/WRITE + RENEW death
spiral.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: stable@kernel.org
No differences found