diff options
author | Jeff Layton <jlayton@redhat.com> | 2012-11-09 15:06:38 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-11-10 14:56:54 -0500 |
commit | a0af710a6510213672d28f83681c391d36a7555e (patch) | |
tree | 0d66fc2eb8c702743b48052e56bba84406144ce4 /fs/nfsd/state.h | |
parent | 698d8d875a0593f65092f6619d97de49bc5caa45 (diff) | |
download | linux-a0af710a6510213672d28f83681c391d36a7555e.tar.bz2 |
nfsd: remove unused argument to nfs4_has_reclaimed_state
Signed-off-by: Jeff Layton <jlayton@redhat.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, 1 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 0498053b8f0e..8053b5747960 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h @@ -482,7 +482,7 @@ extern void nfsd4_shutdown_callback(struct nfs4_client *); extern void nfs4_put_delegation(struct nfs4_delegation *dp); extern __be32 nfs4_make_rec_clidname(char *clidname, struct xdr_netobj *clname); extern int nfs4_client_to_reclaim(const char *name); -extern int nfs4_has_reclaimed_state(const char *name, bool use_exchange_id); +extern int nfs4_has_reclaimed_state(const char *name); extern void release_session_client(struct nfsd4_session *); extern void nfsd4_purge_closed_stateid(struct nfs4_stateowner *); |