summaryrefslogtreecommitdiff
path: root/fs/nfsd/state.h
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2012-11-05 15:10:26 -0500
committerJ. Bruce Fields <bfields@redhat.com>2012-11-07 19:40:04 -0500
commit57725155dc1b8c78b7a96886d5cdc69dc89e9c54 (patch)
tree41f86cc189fe5a04b661e3fa8fab415d52569175 /fs/nfsd/state.h
parentcb73a9f4649bf63c0397e565a15abf8a91ecf56f (diff)
downloadlinux-3.10-57725155dc1b8c78b7a96886d5cdc69dc89e9c54.tar.gz
linux-3.10-57725155dc1b8c78b7a96886d5cdc69dc89e9c54.tar.bz2
linux-3.10-57725155dc1b8c78b7a96886d5cdc69dc89e9c54.zip
nfsd4: common helper to initialize callback work
I've found it confusing having the only references to nfsd4_do_callback_rpc() in a different file. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r--fs/nfsd/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h
index 758bc9c2646..0fd342a2174 100644
--- a/fs/nfsd/state.h
+++ b/fs/nfsd/state.h
@@ -470,10 +470,10 @@ extern __be32 nfs4_check_open_reclaim(clientid_t *clid, bool sessions);
extern void nfs4_free_openowner(struct nfs4_openowner *);
extern void nfs4_free_lockowner(struct nfs4_lockowner *);
extern int set_callback_cred(void);
+extern void nfsd4_init_callback(struct nfsd4_callback *);
extern void nfsd4_probe_callback(struct nfs4_client *clp);
extern void nfsd4_probe_callback_sync(struct nfs4_client *clp);
extern void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *);
-extern void nfsd4_do_callback_rpc(struct work_struct *);
extern void nfsd4_cb_recall(struct nfs4_delegation *dp);
extern int nfsd4_create_callback_queue(void);
extern void nfsd4_destroy_callback_queue(void);