Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93a3d467 authored by David Sterba's avatar David Sterba
Browse files

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



Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent f5cdedd7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
		}