diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2014-04-18 14:44:03 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-05-06 17:54:57 -0400 |
commit | 50cc62317dece5173b56aa8d3569930b065ce47d (patch) | |
tree | 6d3d9ac0ce0360865e880eb2df9700661fe1a2e0 /fs/nfsd/state.h | |
parent | 6f226e2ab1b895c8685e868af0a5f797fcaaaf57 (diff) |
NFSd: Mark nfs4_free_lockowner and nfs4_free_openowner as static functions
They do not need to be used outside fs/nfsd/nfs4state.c
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 5b3bbf24097c..fda9ce28b1b2 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -463,8 +463,6 @@ extern void nfs4_release_reclaim(struct nfsd_net *); | |||
463 | extern struct nfs4_client_reclaim *nfsd4_find_reclaim_client(const char *recdir, | 463 | extern struct nfs4_client_reclaim *nfsd4_find_reclaim_client(const char *recdir, |
464 | struct nfsd_net *nn); | 464 | struct nfsd_net *nn); |
465 | extern __be32 nfs4_check_open_reclaim(clientid_t *clid, bool sessions, struct nfsd_net *nn); | 465 | extern __be32 nfs4_check_open_reclaim(clientid_t *clid, bool sessions, struct nfsd_net *nn); |
466 | extern void nfs4_free_openowner(struct nfs4_openowner *); | ||
467 | extern void nfs4_free_lockowner(struct nfs4_lockowner *); | ||
468 | extern int set_callback_cred(void); | 466 | extern int set_callback_cred(void); |
469 | extern void nfsd4_init_callback(struct nfsd4_callback *); | 467 | extern void nfsd4_init_callback(struct nfsd4_callback *); |
470 | extern void nfsd4_probe_callback(struct nfs4_client *clp); | 468 | extern void nfsd4_probe_callback(struct nfs4_client *clp); |