diff options
author | J. Bruce Fields <bfields@redhat.com> | 2012-01-05 21:38:41 +0100 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-01-05 21:38:41 +0100 |
commit | 7a6ef8c72314f254c107c6a9ed7cb201961ee05a (patch) | |
tree | e66c90f2f1e8121764516c0d49c18e6d054de63c /fs/nfsd/state.h | |
parent | NFSD: Change name of extended attribute containing junction (diff) | |
download | linux-7a6ef8c72314f254c107c6a9ed7cb201961ee05a.tar.xz linux-7a6ef8c72314f254c107c6a9ed7cb201961ee05a.zip |
nfsd4: nfsd4_create_clid_dir return value is unused
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, 1 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 89c2cd84d796..ffb5df1db94f 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h @@ -483,7 +483,7 @@ extern void nfsd4_shutdown_recdir(void); extern int nfs4_client_to_reclaim(const char *name); extern int nfs4_has_reclaimed_state(const char *name, bool use_exchange_id); extern void nfsd4_recdir_purge_old(void); -extern int nfsd4_create_clid_dir(struct nfs4_client *clp); +extern void nfsd4_create_clid_dir(struct nfs4_client *clp); extern void nfsd4_remove_clid_dir(struct nfs4_client *clp); extern void release_session_client(struct nfsd4_session *); extern __be32 nfs4_validate_stateid(struct nfs4_client *, stateid_t *); |