Skip to content

Commit f67a16b

Browse files
committed
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 <[email protected]>
1 parent fb70bf1 commit f67a16b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fs/nfsd/nfs4proc.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -622,13 +622,9 @@ nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
622622
break;
623623
case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
624624
case NFS4_OPEN_CLAIM_DELEGATE_PREV:
625-
dprintk("NFSD: unsupported OPEN claim type %d\n",
626-
open->op_claim_type);
627625
status = nfserr_notsupp;
628626
goto out;
629627
default:
630-
dprintk("NFSD: Invalid OPEN claim type %d\n",
631-
open->op_claim_type);
632628
status = nfserr_inval;
633629
goto out;
634630
}

0 commit comments

Comments
 (0)