From: Chuck Lever Date: Wed, 30 Mar 2022 18:28:51 +0000 (-0400) Subject: NFSD: Remove dprintk call sites from tail of nfsd4_open() X-Git-Tag: sched-urgent-2022-06-05~4^2~12 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f67a16b147045815b6aaafeef8663e5faeb6d569;p=users%2Fdwmw2%2Flinux.git NFSD: Remove dprintk call sites from tail of nfsd4_open() Clean up: These relics are not likely to benefit server administrators. Signed-off-by: Chuck Lever --- diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c index 28bae84d78091..0c5c0a685f029 100644 --- a/fs/nfsd/nfs4proc.c +++ b/fs/nfsd/nfs4proc.c @@ -622,13 +622,9 @@ nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, break; case NFS4_OPEN_CLAIM_DELEG_PREV_FH: case NFS4_OPEN_CLAIM_DELEGATE_PREV: - dprintk("NFSD: unsupported OPEN claim type %d\n", - open->op_claim_type); status = nfserr_notsupp; goto out; default: - dprintk("NFSD: Invalid OPEN claim type %d\n", - open->op_claim_type); status = nfserr_inval; goto out; }