]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Switch readdir to using iterate_shared()
authorTrond Myklebust <trondmy@gmail.com>
Sun, 2 Feb 2020 22:53:56 +0000 (17:53 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 3 Feb 2020 21:37:51 +0000 (16:37 -0500)
commit417394f77e1478998550f5eb3485b45aefc60454
treeb75fc5dab39dc9f074cfa7b0af0ad794ca375aa2
parent049c162c395081c866bed2848833dfdc9bbf3df2
NFS: Switch readdir to using iterate_shared()

Now that the page cache locking is repaired, we should be able to
switch to using iterate_shared() for improved concurrency when
doing readdir().

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Reviewed-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/dir.c