]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Handle NFS4ERR_LEASE_MOVED during async RENEW
authorChuck Lever <chuck.lever@oracle.com>
Thu, 17 Oct 2013 18:13:53 +0000 (14:13 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 28 Oct 2013 19:30:52 +0000 (15:30 -0400)
commit798c8694681f3e596dc2ea1d373d5ea09b34851c
tree1835096beac6cb5deb379a570015c91505938e29
parent253fcb3d3dc40e74e4add882fb27112ba81ca505
NFS: Handle NFS4ERR_LEASE_MOVED during async RENEW

With NFSv4 minor version 0, the asynchronous lease RENEW
heartbeat can return NFS4ERR_LEASE_MOVED.  Error recovery logic for
async RENEW is a separate code path from the generic NFS proc paths,
so it must be updated to handle NFS4ERR_LEASE_MOVED as well.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c