Re: [PATCH 2/2] staging: erofs: switch to ->iterate_shared()

2019-02-24 Thread Gao Xiang
On 2019/2/25 9:36, Chao Yu wrote: > On 2019/2/21 10:34, Gao Xiang wrote: >> 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 > > Reviewed-by: Chao Yu Thanks for

Re: [PATCH 2/2] staging: erofs: switch to ->iterate_shared()

2019-02-24 Thread Chao Yu
On 2019/2/21 10:34, Gao Xiang wrote: > 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 Reviewed-by: Chao Yu Thanks,

[PATCH 2/2] staging: erofs: switch to ->iterate_shared()

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