mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 10:10:00 +00:00
fsck: clear useless "continue" in __chk_dentries
Signed-off-by: Yunlong Song <yunlong.song@huawei.com> Acked-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
c6834e9cc4
commit
3b8a88a8d3
@ -1240,7 +1240,6 @@ static int __chk_dentries(struct f2fs_sb_info *sbi, struct child_info *child,
|
||||
name_len = le16_to_cpu(dentry[i].name_len);
|
||||
if (name_len > 0)
|
||||
i += (name_len + F2FS_SLOT_LEN - 1) / F2FS_SLOT_LEN - 1;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user