]> 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)
commitc0df503d9cdfe522d367a7f93fd9c72d076b09be
treef704057df189da424cb48c748066b18b008fa468
parentd94bbca7feb357e83ebb52f2c19c16cef9fe02f6
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