Message ID | 20250123-nfsd-6-14-v1-6-c1137a4fa2ae@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | nfsd: CB_SEQUENCE error handling fixes and cleanups | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c index 258bda1193f664f048e7b802082c8307b0a88821..6e0561f3b21bd850b0387b5af7084eb05e818231 100644 --- a/fs/nfsd/nfs4callback.c +++ b/fs/nfsd/nfs4callback.c @@ -45,9 +45,6 @@ #include "nfs4xdr_gen.h" #define NFSDDBG_FACILITY NFSDDBG_PROC - -static void nfsd4_mark_cb_fault(struct nfs4_client *clp); - #define NFSPROC4_CB_NULL 0 #define NFSPROC4_CB_COMPOUND 1
This isn't needed. Signed-off-by: Jeff Layton <jlayton@kernel.org> --- fs/nfsd/nfs4callback.c | 3 --- 1 file changed, 3 deletions(-)