diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2020-10-23 01:31:48 +0200 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2021-03-22 15:18:56 +0100 |
commit | e4ccfe3014de435984939a3d84b7f241d3b57b0d (patch) | |
tree | a1e9268ecde35c60f83b7cd4898c7aeae0652a39 /fs/nfsd/xdr3.h | |
parent | NFSD: Count bytes instead of pages in the NFSv3 READDIR encoder (diff) | |
download | linux-e4ccfe3014de435984939a3d84b7f241d3b57b0d.tar.xz linux-e4ccfe3014de435984939a3d84b7f241d3b57b0d.zip |
NFSD: Update the NFSv3 READDIR3res encoder 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 e76e9230827e..a4cdd8ccb175 100644 --- a/fs/nfsd/xdr3.h +++ b/fs/nfsd/xdr3.h @@ -176,6 +176,7 @@ struct nfsd3_readdirres { struct svc_fh scratch; int count; __be32 verf[2]; + struct page **pages; struct readdir_cd common; __be32 * buffer; |