]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
staging: erofs: switch to ->iterate_shared()
authorGao Xiang <gaoxiang25@huawei.com>
Thu, 21 Feb 2019 02:34:11 +0000 (10:34 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Feb 2019 10:52:46 +0000 (11:52 +0100)
commitbee1568293d723caa192e200086e29fc37492583
treea1640c5f36515ed901ab16e6397d03436b44155f
parent00fa3661a40ac884b271876ba713088a5a00d196
staging: erofs: switch to ->iterate_shared()

After commit 6192269444eb ("introduce a parallel variant of ->iterate()"),
readdir can be done without taking exclusive inode lock of course.

Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/erofs/dir.c