diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2020-10-21 18:15:51 +0200 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2021-01-25 15:36:25 +0100 |
commit | 8c293ef993c8df0b1bea9ecb0de6eb96dec3ac9d (patch) | |
tree | 40993c4a79b3a94ee9f0844bd5f3bf8572956b08 /fs/nfsd/xdr.h | |
parent | NFSD: Update the NFSv2 GETATTR argument decoder to use struct xdr_stream (diff) | |
download | linux-8c293ef993c8df0b1bea9ecb0de6eb96dec3ac9d.tar.xz linux-8c293ef993c8df0b1bea9ecb0de6eb96dec3ac9d.zip |
NFSD: Update the NFSv2 READ argument 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 '')
-rw-r--r-- | fs/nfsd/xdr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/xdr.h b/fs/nfsd/xdr.h index 84256a6a1ba1..d2ffda96975d 100644 --- a/fs/nfsd/xdr.h +++ b/fs/nfsd/xdr.h @@ -27,7 +27,6 @@ struct nfsd_readargs { struct svc_fh fh; __u32 offset; __u32 count; - int vlen; }; struct nfsd_writeargs { |