diff options
author | Weston Andros Adamson <dros@netapp.com> | 2012-05-24 12:26:37 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-05-24 16:26:21 -0400 |
commit | a9e64442f1399e9f6ceaeeeb03a26a560c949fac (patch) | |
tree | 6348c1eb0e1ed43ebc5cb6b40bf843d7cb954c76 /fs/nfs/nfs4_fs.h | |
parent | 7c44f1ae4a21458a1ea3d6482ffb3136f1df6d2b (diff) |
nfs41: Use BIND_CONN_TO_SESSION for CB_PATH_DOWN*
The state manager can handle SEQ4_STATUS_CB_PATH_DOWN* flags with a
BIND_CONN_TO_SESSION instead of destroying the session and creating a new one.
Signed-off-by: Weston Andros Adamson <dros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 2c7f1cf85b8f..5fcb1ad65e5e 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -25,6 +25,7 @@ enum nfs4_client_state { | |||
25 | NFS4CLNT_LEASE_CONFIRM, | 25 | NFS4CLNT_LEASE_CONFIRM, |
26 | NFS4CLNT_SERVER_SCOPE_MISMATCH, | 26 | NFS4CLNT_SERVER_SCOPE_MISMATCH, |
27 | NFS4CLNT_PURGE_STATE, | 27 | NFS4CLNT_PURGE_STATE, |
28 | NFS4CLNT_BIND_CONN_TO_SESSION, | ||
28 | }; | 29 | }; |
29 | 30 | ||
30 | enum nfs4_session_state { | 31 | enum nfs4_session_state { |