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

2019-02-24 Thread Chao Yu
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 Reviewed-by: Chao Yu Thanks, ___ d

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

2019-02-20 Thread Gao Xiang
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 --- drivers/staging/erofs/dir.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/erofs/dir.c b/drivers/stagi