[f2fs-dev] [PATCH] f2fs: fix the way to wake up issue_flush thread

2018-05-03 Thread Yunlong Song
Commit 6f890df0 ("f2fs: fix out-of-order execution in f2fs_issue_flush") uses waitqueue_active to wake up issue_flush thread, but there is no wait entry to wake in this queue, so change it back to use the original fcc->dispatch_list to wake up issue_flush thread. Signed-off-by: Yunlong Song ---

Re: [f2fs-dev] [PATCH] f2fs: fix the way to wake up issue_flush thread

2018-05-03 Thread Yunlong Song
Please avoid this patch, I make a mistake. On 2018/5/3 15:45, Yunlong Song wrote: Commit 6f890df0 ("f2fs: fix out-of-order execution in f2fs_issue_flush") uses waitqueue_active to wake up issue_flush thread, but there is no wait entry to wake in this queue, so change it back to use the original

[f2fs-dev] [PATCH] sload.f2fs: fix the missing of bit mask for file type

2018-05-03 Thread Junling Zheng
Fix the missing of bit mask for the file type bit fields. Signed-off-by: Junling Zheng Signed-off-by: Sheng Yong --- fsck/sload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsck/sload.c b/fsck/sload.c index 2842f2c..1b7a2d1 100644 --- a/fsck/sload.c +++ b/fsck/sload.c @