Re: [PATCH 1/2] staging: erofs: no need to take page lock in readdir

From: Chao Yu
Date: Sun Feb 24 2019 - 20:35:33 EST


On 2019/2/21 10:34, Gao Xiang wrote:
> 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@xxxxxxxxxx>

Reviewed-by: Chao Yu <yuchao0@xxxxxxxxxx>

Thanks,