aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarc Eshel <eshel@almaden.ibm.com>2009-04-03 01:27:46 -0400
committerJ. Bruce Fields <bfields@citi.umich.edu>2009-04-03 20:41:13 -0400
commit9fb870702d02c05f9410423bfff3f63e46e26180 (patch)
tree849fd556192da4b34cc872a36f8ad415e87775c6 /include
parent7116ed6b9973021ff43edeb10f4cb834db94000f (diff)
nfsd41: introduce nfs4_client cl_sessions list
[get rid of CONFIG_NFSD_V4_1] Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfsd/state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h
index baea7f1fdb4a..7faefc7c9d9a 100644
--- a/include/linux/nfsd/state.h
+++ b/include/linux/nfsd/state.h
@@ -163,6 +163,9 @@ struct nfs4_client {
163 struct nfs4_callback cl_callback; /* callback info */ 163 struct nfs4_callback cl_callback; /* callback info */
164 atomic_t cl_count; /* ref count */ 164 atomic_t cl_count; /* ref count */
165 u32 cl_firststate; /* recovery dir creation */ 165 u32 cl_firststate; /* recovery dir creation */
166
167 /* for nfs41 */
168 struct list_head cl_sessions;
166}; 169};
167 170
168/* struct nfs4_client_reset 171/* struct nfs4_client_reset