diff options
author | Filipe Manana <fdmanana@suse.com> | 2023-09-08 20:20:32 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-10-12 17:44:06 +0300 |
commit | eba444f1c0ecaf4a1992fb40a2c9e7a8cb3fdd5d (patch) | |
tree | 00ba6f2a65f009c06d567dc6655e5c320032680d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cc925b9646b4d91dd2536bf7c5ec0dee103fd341 (diff) | |
download | linux-eba444f1c0ecaf4a1992fb40a2c9e7a8cb3fdd5d.tar.xz |
btrfs: return -EUCLEAN if extent item is missing when searching inline backref
At lookup_inline_extent_backref() when trying to insert an inline backref,
if we don't find the extent item we log an error and then return -EIO.
This error code is confusing because there was actually no IO error, and
this means we have some corruption, either caused by a bug or something
like a memory bitflip for example. So change the error code from -EIO to
-EUCLEAN.
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions