diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2020-10-22 15:23:50 -0400 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2021-03-22 10:18:53 -0400 |
commit | cc9bcdad7773c295375e66c892c7ac00524706f2 (patch) | |
tree | 20a9a5a3c0a4cc19f2db35007308f09d1d438ce1 /fs/nfsd/xdr3.h | |
parent | 9a9c8923b3efd593d0e6a405efef9d58c6e6804b (diff) | |
download | linux-cc9bcdad7773c295375e66c892c7ac00524706f2.tar.bz2 |
NFSD: Update the NFSv3 READ3res encode to use struct xdr_stream
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/xdr3.h')
-rw-r--r-- | fs/nfsd/xdr3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/xdr3.h b/fs/nfsd/xdr3.h index 1d633c5d5fa2..8073350418ae 100644 --- a/fs/nfsd/xdr3.h +++ b/fs/nfsd/xdr3.h @@ -145,6 +145,7 @@ struct nfsd3_readres { struct svc_fh fh; unsigned long count; __u32 eof; + struct page **pages; }; struct nfsd3_writeres { |