mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
btrfs: tree-checker: fix error message regarding free space extent items
The error message mentions a free space info item, but we are processing a free space extent item, so fix the message. Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
a1167d9420
commit
f59d86d25e
|
|
@ -2306,7 +2306,7 @@ static int check_free_space_extent(struct extent_buffer *leaf, struct btrfs_key
|
|||
|
||||
if (unlikely(btrfs_item_size(leaf, slot) != 0)) {
|
||||
generic_err(leaf, slot,
|
||||
"invalid item size for free space info, has %u expect 0",
|
||||
"invalid item size for free space extent, has %u expect 0",
|
||||
btrfs_item_size(leaf, slot));
|
||||
return -EUCLEAN;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user