提交 93a3d467 编写于 作者: D David Sterba

btrfs: verbose error when we find an unexpected item in sys_array

Signed-off-by: NDavid Sterba <dsterba@suse.com>
上级 f5cdedd7
......@@ -6520,6 +6520,9 @@ int btrfs_read_sys_array(struct btrfs_root *root)
if (ret)
break;
} else {
printk(KERN_ERR
"BTRFS: unexpected item type %u in sys_array at offset %u\n",
(u32)key.type, cur_offset);
ret = -EIO;
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册