Commit 18224dc5 authored by Gaosheng Cui's avatar Gaosheng Cui Committed by Chuck Lever
Browse files

nfsd: remove nfsd4_prepare_cb_recall() declaration



nfsd4_prepare_cb_recall() has been removed since
commit 0162ac2b ("nfsd: introduce nfsd4_callback_ops"),
so remove it.

Signed-off-by: default avatarGaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent 6106d911
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -697,7 +697,6 @@ extern int nfsd4_create_callback_queue(void);
extern void nfsd4_destroy_callback_queue(void);
extern void nfsd4_shutdown_callback(struct nfs4_client *);
extern void nfsd4_shutdown_copy(struct nfs4_client *clp);
extern void nfsd4_prepare_cb_recall(struct nfs4_delegation *dp);
extern struct nfs4_client_reclaim *nfs4_client_to_reclaim(struct xdr_netobj name,
				struct xdr_netobj princhash, struct nfsd_net *nn);
extern bool nfs4_has_reclaimed_state(struct xdr_netobj name, struct nfsd_net *nn);