mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-17 12:35:19 +00:00
There are quite some reports on kernel rejecting invalid inode generation, but it turns out to be that, kernel is just rejecting inode transid. It's a bug in kernel error message. To solve the problem and make the fs mountable again, add the detect and repair support for lowmem mode. The implementation is pretty much the same, just re-use the existing inode generation detect and repair code. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: Qu Wenruo <wqu@suse.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 |