diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2010-05-26 17:52:14 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2010-10-01 19:29:43 -0400 |
commit | cee277d92495a9ea49a6137fe7005d7c76b31b5b (patch) | |
tree | c7e80e31d64038d17761472d9a349330426d8c12 /fs/nfsd/state.h | |
parent | 5878453dbde627a8e1b5a4693087e36cb88d45b1 (diff) |
nfsd4: use generic callback code in null case
This will eventually allow us, for example, to kick off null callback
from contexts where we can't sleep.
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, 1 insertions, 0 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 6e592148ad80..19732d531cda 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -223,6 +223,7 @@ struct nfs4_client { | |||
223 | struct nfs4_cb_conn cl_cb_conn; | 223 | struct nfs4_cb_conn cl_cb_conn; |
224 | struct rpc_clnt *cl_cb_client; | 224 | struct rpc_clnt *cl_cb_client; |
225 | atomic_t cl_cb_set; | 225 | atomic_t cl_cb_set; |
226 | struct nfsd4_callback cl_cb_null; | ||
226 | 227 | ||
227 | /* for nfs41 */ | 228 | /* for nfs41 */ |
228 | struct list_head cl_sessions; | 229 | struct list_head cl_sessions; |