commit | 4ce6d22c2085df24cdd7c38fb9215a40abce1d87 | [log] [tgz] |
---|---|---|
author | Chao Yu <chao@kernel.org> | Wed Sep 04 11:17:46 2024 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Oct 11 22:49:52 2024 +0000 |
tree | 750d1d5418b6d81c5222f569a1a1162e5b8058a0 | |
parent | 82b59c71a76e00108778dcb720f34b629e45bbc8 [diff] |
fsck.f2fs: support to add missing '.' or '..' dirent Previously, once fsck.f2fs detects that directory missed '.' or '..' dirent, it tags inode w/ F2FS_INLINE_DOTS flag, and expects f2fs kernel module can repaire it online during it runs to lookup() on target directory. This patch abandons previous implementation, and do repaires directly. Reviewed-by: Sheng Yong <shengyong@oppo.com> Signed-off-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>