OSDN Git Service

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)
commit93a6ab7b691fe33d5a30e7fc8e85276de2815108
treeb75fc5dab39dc9f074cfa7b0af0ad794ca375aa2
parent3803d6721baff3d5dd6cd6b8c7294e54d124bc41
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