diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2010-06-14 17:49:37 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2010-10-21 10:11:50 -0400 |
commit | 90c8145bb6fe1d9e0a808de6a701748967588bbd (patch) | |
tree | 49a1b74340f8369b3d77c705cf5b5f93f44f74b3 /fs/nfsd/state.h | |
parent | edd76786633a3145661c7a90c9baccae8e3c9e84 (diff) |
nfsd4: use client pointer to backchannel session
Instead of copying the sessionid, use the new cl_cb_session pointer,
which indicates which session we're using for the backchannel.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 6e63c1d272bf..cdce26ad50b5 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -243,7 +243,6 @@ struct nfs4_client { | |||
243 | struct list_head cl_sessions; | 243 | struct list_head cl_sessions; |
244 | struct nfsd4_clid_slot cl_cs_slot; /* create_session slot */ | 244 | struct nfsd4_clid_slot cl_cs_slot; /* create_session slot */ |
245 | u32 cl_exchange_flags; | 245 | u32 cl_exchange_flags; |
246 | struct nfs4_sessionid cl_sessionid; | ||
247 | /* number of rpc's in progress over an associated session: */ | 246 | /* number of rpc's in progress over an associated session: */ |
248 | atomic_t cl_refcount; | 247 | atomic_t cl_refcount; |
249 | 248 | ||