diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2010-05-26 21:52:14 (GMT) |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2010-10-01 23:29:43 (GMT) |
commit | cee277d92495a9ea49a6137fe7005d7c76b31b5b (patch) | |
tree | c7e80e31d64038d17761472d9a349330426d8c12 /fs/nfsd/state.h | |
parent | 5878453dbde627a8e1b5a4693087e36cb88d45b1 (diff) | |
download | linux-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.h | 1 |
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; |