mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-27 20:14:46 +08:00
Merge branch 'maint' into next
Conflicts: debugfs/htree.c
This commit is contained in:
commit
24980deeaf
@ -57,7 +57,7 @@ static void htree_dump_leaf_node(ext2_filsys fs, ext2_ino_t ino,
|
||||
return;
|
||||
}
|
||||
|
||||
printf("Reading directory block %llu, phys %llu\n", blk, pblk);
|
||||
fprintf(pager, "Reading directory block %llu, phys %llu\n", blk, pblk);
|
||||
errcode = ext2fs_read_dir_block4(current_fs, pblk, buf, 0, ino);
|
||||
if (errcode) {
|
||||
com_err("htree_dump_leaf_node", errcode,
|
||||
|
Loading…
Reference in New Issue
Block a user