mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
nfsd: remove old v2/3 SYMLINK 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
c242efc788
commit
0e159f8ce9
|
|
@ -440,11 +440,6 @@ nfsd3_proc_symlink(struct svc_rqst *rqstp)
|
|||
goto out;
|
||||
}
|
||||
|
||||
dprintk("nfsd: SYMLINK(3) %s %.*s -> %.*s\n",
|
||||
SVCFH_fmt(&argp->ffh),
|
||||
argp->flen, argp->fname,
|
||||
argp->tlen, argp->tname);
|
||||
|
||||
fh_copy(&resp->dirfh, &argp->ffh);
|
||||
fh_init(&resp->fh, NFS3_FHSIZE);
|
||||
resp->status = nfsd_symlink(rqstp, &resp->dirfh, argp->fname,
|
||||
|
|
|
|||
|
|
@ -519,10 +519,6 @@ nfsd_proc_symlink(struct svc_rqst *rqstp)
|
|||
goto out;
|
||||
}
|
||||
|
||||
dprintk("nfsd: SYMLINK %s %.*s -> %.*s\n",
|
||||
SVCFH_fmt(&argp->ffh), argp->flen, argp->fname,
|
||||
argp->tlen, argp->tname);
|
||||
|
||||
fh_init(&newfh, NFS_FHSIZE);
|
||||
resp->status = nfsd_symlink(rqstp, &argp->ffh, argp->fname, argp->flen,
|
||||
argp->tname, &attrs, &newfh);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user