]> 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)
commit6901876bd608c2f4af594d032b33b3e9acefcc78
treeb75fc5dab39dc9f074cfa7b0af0ad794ca375aa2
parentacf1b99554ddc82f76759a593098d7cbfef00dbf
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