diff options
author | David Sterba | 2013-09-03 18:28:57 +0200 |
---|---|---|
committer | Chris Mason | 2013-09-21 16:58:56 +0200 |
commit | 13fd8da98f79317d26277360d510caa1edf9bab3 (patch) | |
tree | 851ae37048beeb30300ba28f76c0e35da2b0f501 /fs/btrfs/disk-io.c | |
parent | btrfs: show compiled-in config features at module load time (diff) | |
download | kernel-qcow2-linux-13fd8da98f79317d26277360d510caa1edf9bab3.tar.gz kernel-qcow2-linux-13fd8da98f79317d26277360d510caa1edf9bab3.tar.xz kernel-qcow2-linux-13fd8da98f79317d26277360d510caa1edf9bab3.zip |
btrfs: add lockdep and tracing annotations for uuid tree
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'fs/btrfs/disk-io.c')
-rw-r--r-- | fs/btrfs/disk-io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 4cbb00af92ff..72cf08b2be85 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c @@ -157,6 +157,7 @@ static struct btrfs_lockdep_keyset { { .id = BTRFS_TREE_LOG_OBJECTID, .name_stem = "log" }, { .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 = 0, .name_stem = "tree" }, }; |