summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/xdr3.h
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2020-10-20 20:34:40 +0200
committerChuck Lever <chuck.lever@oracle.com>2021-01-25 15:36:24 +0100
commitbe63bd2ac6bbf8c065a0ef6dfbea76934326c352 (patch)
treeb5d66ee0f508e03b26fabcf7d61ae3149ead96d9 /fs/nfsd/xdr3.h
parentNFSD: Update ACCESS3arg decoder to use struct xdr_stream (diff)
downloadlinux-be63bd2ac6bbf8c065a0ef6dfbea76934326c352.tar.xz
linux-be63bd2ac6bbf8c065a0ef6dfbea76934326c352.zip
NFSD: Update READ3arg decoder to use struct xdr_stream
The code that sets up rq_vec is refactored so that it is now adjacent to the nfsd_read() call site where it is used. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/xdr3.h')
-rw-r--r--fs/nfsd/xdr3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/xdr3.h b/fs/nfsd/xdr3.h
index a4dce4baec7c..7dfeeaa4e1df 100644
--- a/fs/nfsd/xdr3.h
+++ b/fs/nfsd/xdr3.h
@@ -32,7 +32,6 @@ struct nfsd3_readargs {
struct svc_fh fh;
__u64 offset;
__u32 count;
- int vlen;
};
struct nfsd3_writeargs {