diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2020-10-23 22:49:01 +0200 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2021-03-22 15:18:59 +0100 |
commit | 94c8f8c682a6497af7ea71351b18f637c6337d42 (patch) | |
tree | b9e465467aa83663c0c0101d466c13fca1284dea /fs/nfsd/xdr.h | |
parent | NFSD: Count bytes instead of pages in the NFSv2 READDIR encoder (diff) | |
download | linux-94c8f8c682a6497af7ea71351b18f637c6337d42.tar.xz linux-94c8f8c682a6497af7ea71351b18f637c6337d42.zip |
NFSD: Update the NFSv2 READDIR 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 651de13e62fe..69a6efc71ecb 100644 --- a/fs/nfsd/xdr.h +++ b/fs/nfsd/xdr.h @@ -114,6 +114,7 @@ struct nfsd_readdirres { __be32 * buffer; int buflen; __be32 * offset; + struct page *page; }; struct nfsd_statfsres { |