mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2025-02-17 01:19:53 +00:00
f2fs: use last_blk for print dentries
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
7279f0383c
commit
4eeaff336d
@ -694,7 +694,7 @@ static int __chk_dentries(struct f2fs_sb_info *sbi, u32 *child_cnt,
|
||||
dentry[i].file_type);
|
||||
|
||||
print_dentry(fsck->dentry_depth, name, bitmap,
|
||||
dentry, max, i, 1);
|
||||
dentry, max, i, last_blk);
|
||||
|
||||
blk_cnt = 1;
|
||||
ret = fsck_chk_node_blk(sbi,
|
||||
|
Loading…
x
Reference in New Issue
Block a user