mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-23 14:45:19 +00:00
btrfs-progs: lowmem check: Output more detailed information about file extent interrupt
Make lowmem mode output more detailed information about file extent interrupt. Signed-off-by: Lu Fengqi <lufq.fnst@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
752f42d2c0
commit
faaf70f1cc
@ -5867,8 +5867,9 @@ static int check_file_extent(struct btrfs_root *root, struct btrfs_key *fkey,
|
||||
*end, fkey->offset - *end);
|
||||
if (!repair || ret) {
|
||||
err |= FILE_EXTENT_ERROR;
|
||||
error("root %llu EXTENT_DATA[%llu %llu] interrupt",
|
||||
root->objectid, fkey->objectid, fkey->offset);
|
||||
error(
|
||||
"root %llu EXTENT_DATA[%llu %llu] interrupt, should start at %llu",
|
||||
root->objectid, fkey->objectid, fkey->offset, *end);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user