Loading fs/nfsd/nfs3proc.c +0 −7 Original line number Diff line number Diff line Loading @@ -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, Loading fs/nfsd/nfsproc.c +0 −7 Original line number Diff line number Diff line Loading @@ -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 Loading
fs/nfsd/nfs3proc.c +0 −7 Original line number Diff line number Diff line Loading @@ -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, Loading
fs/nfsd/nfsproc.c +0 −7 Original line number Diff line number Diff line Loading @@ -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