mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-25 04:16:32 +00:00
While debugging some corruption, I got confused because it appeared as if we had an invalid parent set on a extent reference, because of this message: tree backref 67014213632 parent 5 root 5 not found in extent tree But it turns out that parent and the root are a union, and we were just printing it out regardless of the type of backref it was. Fix the error message to be consistent with the other mismatch messages, simply print parent or root, depending on the ref type. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
common.h | ||
main.c | ||
mode-common.c | ||
mode-common.h | ||
mode-lowmem.c | ||
mode-lowmem.h | ||
mode-original.h | ||
qgroup-verify.c | ||
qgroup-verify.h |