commit | f8aba1e8d509c0db7a82893e595a7743ce07ea83 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Thu Oct 17 14:13:53 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Oct 28 15:30:52 2013 -0400 |
tree | 1835096beac6cb5deb379a570015c91505938e29 | |
parent | 60ea68129942dc36cd1a3a9bdaec783369ee5a6d [diff] |
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>