mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
nfsd: remove old LINK dprintks
Observability here is now covered by static tracepoints. Signed-off-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
parent
0e159f8ce9
commit
0dbe0171fa
|
|
@ -559,13 +559,6 @@ nfsd3_proc_link(struct svc_rqst *rqstp)
|
|||
struct nfsd3_linkargs *argp = rqstp->rq_argp;
|
||||
struct nfsd3_linkres *resp = rqstp->rq_resp;
|
||||
|
||||
dprintk("nfsd: LINK(3) %s ->\n",
|
||||
SVCFH_fmt(&argp->ffh));
|
||||
dprintk("nfsd: -> %s %.*s\n",
|
||||
SVCFH_fmt(&argp->tfh),
|
||||
argp->tlen,
|
||||
argp->tname);
|
||||
|
||||
fh_copy(&resp->fh, &argp->ffh);
|
||||
fh_copy(&resp->tfh, &argp->tfh);
|
||||
resp->status = nfsd_link(rqstp, &resp->tfh, argp->tname, argp->tlen,
|
||||
|
|
|
|||
|
|
@ -481,13 +481,6 @@ nfsd_proc_link(struct svc_rqst *rqstp)
|
|||
struct nfsd_linkargs *argp = rqstp->rq_argp;
|
||||
struct nfsd_stat *resp = rqstp->rq_resp;
|
||||
|
||||
dprintk("nfsd: LINK %s ->\n",
|
||||
SVCFH_fmt(&argp->ffh));
|
||||
dprintk("nfsd: %s %.*s\n",
|
||||
SVCFH_fmt(&argp->tfh),
|
||||
argp->tlen,
|
||||
argp->tname);
|
||||
|
||||
resp->status = nfsd_link(rqstp, &argp->tfh, argp->tname, argp->tlen,
|
||||
&argp->ffh);
|
||||
fh_put(&argp->ffh);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user