summaryrefslogtreecommitdiff
path: root/fs/nfsd/state.h
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@citi.umich.edu>2010-05-26 21:52:14 (GMT)
committerJ. Bruce Fields <bfields@redhat.com>2010-10-01 23:29:43 (GMT)
commitcee277d92495a9ea49a6137fe7005d7c76b31b5b (patch)
treec7e80e31d64038d17761472d9a349330426d8c12 /fs/nfsd/state.h
parent5878453dbde627a8e1b5a4693087e36cb88d45b1 (diff)
downloadlinux-fsl-qoriq-cee277d92495a9ea49a6137fe7005d7c76b31b5b.tar.xz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h
index 6e59214..19732d5 100644
--- a/fs/nfsd/state.h
+++ b/fs/nfsd/state.h
@@ -223,6 +223,7 @@ struct nfs4_client {
struct nfs4_cb_conn cl_cb_conn;
struct rpc_clnt *cl_cb_client;
atomic_t cl_cb_set;
+ struct nfsd4_callback cl_cb_null;
/* for nfs41 */
struct list_head cl_sessions;