[f2fs-dev] [PATCH] f2fs: remove unused check on nid

2020-09-20 Thread Wang Xiaojun
The case where nid is 0 will be checked in f2fs_check_nid_range. Remove the unused check. Signed-off-by: Wang Xiaojun --- fs/f2fs/node.c | 8 1 file changed, 8 deletions(-) diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c index cb1b5b61a1da..c61d5b52e29e 100644 --- a/fs/f2fs/node.c +++ b/f

Re: [f2fs-dev] [PATCH v12 4/4] ext4: Use generic casefolding support

2020-09-20 Thread Gabriel Krisman Bertazi
Daniel Rosenberg writes: > This switches ext4 over to the generic support provided in > the previous patch. > > Since casefolded dentries behave the same in ext4 and f2fs, we decrease > the maintenance burden by unifying them, and any optimizations will > immediately apply to both. > > Signed-off

[f2fs-dev] kernel BUG at fs/f2fs/segment.h:LINE!

2020-09-20 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:fc4f28bb Merge tag 'for-5.9-rc5-tag' of git://git.kernel.o.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=134d97dd90 kernel config: https://syzkaller.appspot.com/x/.config?x=c61f6bd349c981f3 das