NFS: Simplify nfs_readdir_xdr_to_array()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 7 Feb 2022 20:07:01 +0000 (15:07 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 2 Mar 2022 13:43:38 +0000 (08:43 -0500)
commit9ff89c25d8addeee8eea84fa828f1d2ad659cc54
treef704057df189da424cb48c748066b18b008fa468
parent6c34f05b754622f473b546fd19ad3a89bd65bd89
NFS: Simplify nfs_readdir_xdr_to_array()

Recent changes to readdir mean that we can cope with partially filled
page cache entries, so we no longer need to rely on looping in
nfs_readdir_xdr_to_array().

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/dir.c