]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFSv4: Handle NFS4ERR_GRACE when recovering an expired lease.
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 3 Dec 2009 20:53:21 +0000 (15:53 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Feb 2012 19:28:48 +0000 (11:28 -0800)
commitef53a562f5a168923aaa000655a8f3da935aff07
tree531374885d00a3ab399c63d5fe52e4d3680743d0
parent1852b028a976ec97e75dbf17fe693f6d5ceeb906
NFSv4: Handle NFS4ERR_GRACE when recovering an expired lease.

commit a9ed2e2583747fb3139a764c317fac58893b968f upstream.

If our lease expires, and the server reboots while we're recovering, we
need to be able to wait until the grace period is over.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/nfs4proc.c