]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7e8cfe2670e65b7ee652d0be694165373cf305fd
treef704057df189da424cb48c748066b18b008fa468
parent0e3c54dad1b9bc52d28ae617bde7f3f9fafc5105
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