We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b134a commit 6b20e0aCopy full SHA for 6b20e0a
fs/btrfs/disk-io.c
@@ -176,6 +176,7 @@ static struct btrfs_lockdep_keyset {
176
{ .id = BTRFS_TREE_RELOC_OBJECTID, .name_stem = "treloc" },
177
{ .id = BTRFS_DATA_RELOC_TREE_OBJECTID, .name_stem = "dreloc" },
178
{ .id = BTRFS_UUID_TREE_OBJECTID, .name_stem = "uuid" },
179
+ { .id = BTRFS_FREE_SPACE_TREE_OBJECTID, .name_stem = "free-space" },
180
{ .id = 0, .name_stem = "tree" },
181
};
182
0 commit comments