]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: annotate quota tree for lockdep
authorDavid Sterba <dsterba@suse.cz>
Tue, 30 Apr 2013 17:29:29 +0000 (17:29 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Fri, 17 May 2013 20:27:25 +0000 (16:27 -0400)
commitf7debe9df5bba877a6eda56f97bdc974e7a0393c
treea04ad64764f0ed410c73d59d38844e7854b615b7
parent349a924c396c089ad0457536cb7ca06884fdad12
btrfs: annotate quota tree for lockdep

Quota tree has been missing from lockdep annotations, though no warning
has been seen in the wild.

There's currently one entry that does not belong there,
BTRFS_ORPHAN_OBJECTID.  No such tree exists, it's probably a copy &
paste mistake, the id is defined among tree ids.

Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/ctree.h
fs/btrfs/disk-io.c