summaryrefslogtreecommitdiff
path: root/fs/nfsd/xdr.h
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2020-10-23 16:49:01 -0400
committerChuck Lever <chuck.lever@oracle.com>2021-03-22 10:18:59 -0400
commit94c8f8c682a6497af7ea71351b18f637c6337d42 (patch)
treeb9e465467aa83663c0c0101d466c13fca1284dea /fs/nfsd/xdr.h
parent8141d6a2bb6c655ff0c0b81ced80d9025f03e926 (diff)
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.h1
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 {