commit | e598d843c08a7ab6bdfa8098de49afb017fc6c6a | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Dec 23 15:21:42 2008 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Dec 23 15:21:42 2008 -0500 |
tree | 2e4862252744b4b8f0a9d43b371e0df6a1d3fcee | |
parent | b79a4a1b45b2543e38026303a1956bdc0aababa0 [diff] [blame] |
NFSv4: Remove redundant RENEW calls if we know the lease has expired Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 1c6fbd1..76eda46 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h
@@ -39,6 +39,7 @@ enum nfs4_client_state { NFS4CLNT_STATE_RECOVER = 0, + NFS4CLNT_CHECK_LEASE, NFS4CLNT_LEASE_EXPIRED, NFS4CLNT_RECLAIM_REBOOT, NFS4CLNT_RECLAIM_NOGRACE,