commit | b2bb112db116585886eccf07d7392d23e1216279 | [log] [tgz] |
---|---|---|
author | Gao Xiang <gaoxiang25@huawei.com> | Thu Feb 21 10:34:10 2019 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 26 11:52:45 2019 +0100 |
tree | 12f0f98052c9e57d59e6fe472e1700cfa6ad046c | |
parent | 615cba3557f1bad6061acde2067a3edbf80d90c2 [diff] |
staging: erofs: no need to take page lock in readdir VFS will take inode_lock for readdir, therefore no need to take page lock in readdir at all just as the majority of other generic filesystems. Signed-off-by: Gao Xiang <gaoxiang25@huawei.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>