summaryrefslogtreecommitdiff
path: root/fs/nfsd/xdr.h
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2020-11-13 17:03:49 -0500
committerChuck Lever <chuck.lever@oracle.com>2021-01-25 09:36:25 -0500
commit788cd46ecf83ee2d561cb4e754e276dc8089b787 (patch)
treed024f7c3ec27fb9d8c8d0a43f0613cfc8d475dcb /fs/nfsd/xdr.h
parent1fcbd1c9456ba129d38420e345e91c4b6363db47 (diff)
NFSD: Add helper to set up the pages where the dirlist is encoded
Add a helper similar to nfsd3_init_dirlist_pages(). 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, 0 insertions, 1 deletions
diff --git a/fs/nfsd/xdr.h b/fs/nfsd/xdr.h
index 288c29a999db..d700838f6512 100644
--- a/fs/nfsd/xdr.h
+++ b/fs/nfsd/xdr.h
@@ -73,7 +73,6 @@ struct nfsd_readdirargs {
struct svc_fh fh;
__u32 cookie;
__u32 count;
- __be32 * buffer;
};
struct nfsd_stat {