diff --git a/kernel-shared/tree-checker.c b/kernel-shared/tree-checker.c index 10797589..0d5c62e9 100644 --- a/kernel-shared/tree-checker.c +++ b/kernel-shared/tree-checker.c @@ -1477,6 +1477,9 @@ static int check_extent_item(struct extent_buffer *leaf, } inline_refs += btrfs_shared_data_ref_count(leaf, sref); break; + case BTRFS_EXTENT_OWNER_REF_KEY: + /* Root id could be verified as well. */ + break; default: extent_err(leaf, slot, "unknown inline ref type: %u", inline_type);