mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 03:50:53 +07:00
btrfs: add free space tree to lockdep classes
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
79b134a22b
commit
6b20e0ad2e
@ -176,6 +176,7 @@ static struct btrfs_lockdep_keyset {
|
||||
{ .id = BTRFS_TREE_RELOC_OBJECTID, .name_stem = "treloc" },
|
||||
{ .id = BTRFS_DATA_RELOC_TREE_OBJECTID, .name_stem = "dreloc" },
|
||||
{ .id = BTRFS_UUID_TREE_OBJECTID, .name_stem = "uuid" },
|
||||
{ .id = BTRFS_FREE_SPACE_TREE_OBJECTID, .name_stem = "free-space" },
|
||||
{ .id = 0, .name_stem = "tree" },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user