summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4_fs.h
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2010-06-16 15:52:27 +0200
committerTrond Myklebust <Trond.Myklebust@netapp.com>2010-06-22 19:24:03 +0200
commit1055d76d91e69c8ea9fb748db4d4a53b6384df31 (patch)
tree4bcb3c6427b48eadc5e0b226d5b8522f4dd32ee9 /fs/nfs/nfs4_fs.h
parentNFSv41: Cleanup for nfs4_alloc_session. (diff)
downloadlinux-1055d76d91e69c8ea9fb748db4d4a53b6384df31.tar.xz
linux-1055d76d91e69c8ea9fb748db4d4a53b6384df31.zip
NFSv4.1: There is no need to init the session more than once...
Set up a flag to ensure that is indeed the case. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r--fs/nfs/nfs4_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h
index 04eff16b34d3..a986f13e8039 100644
--- a/fs/nfs/nfs4_fs.h
+++ b/fs/nfs/nfs4_fs.h
@@ -49,6 +49,7 @@ enum nfs4_client_state {
};
enum nfs4_session_state {
+ NFS4_SESSION_INITING,
NFS4_SESSION_DRAINING,
};