diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2020-10-23 22:40:11 +0200 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2021-03-22 15:18:58 +0100 |
commit | a6f8d9dc9e44b51303d9abde4643460137d19b28 (patch) | |
tree | fa147686b05f79748027c177a0dad7d58ecaefa0 /fs/nfsd/xdr.h | |
parent | NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_stream (diff) | |
download | linux-a6f8d9dc9e44b51303d9abde4643460137d19b28.tar.xz linux-a6f8d9dc9e44b51303d9abde4643460137d19b28.zip |
NFSD: Update the NFSv2 READ result encoder to use struct xdr_stream
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/xdr.h')
-rw-r--r-- | fs/nfsd/xdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/xdr.h b/fs/nfsd/xdr.h index b868565c471f..277b74c511ce 100644 --- a/fs/nfsd/xdr.h +++ b/fs/nfsd/xdr.h @@ -102,6 +102,7 @@ struct nfsd_readres { struct svc_fh fh; unsigned long count; struct kstat stat; + struct page **pages; }; struct nfsd_readdirres { |