diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2020-10-22 19:31:48 -0400 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2021-03-22 10:18:56 -0400 |
commit | e4ccfe3014de435984939a3d84b7f241d3b57b0d (patch) | |
tree | a1e9268ecde35c60f83b7cd4898c7aeae0652a39 /fs/nfsd/xdr3.h | |
parent | a1409e2de4f11034c8eb30775cc3e37039a4ef13 (diff) | |
download | linux-e4ccfe3014de435984939a3d84b7f241d3b57b0d.tar.bz2 |
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; |