]> 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)
commit0803bf12afd08109def9462c5b460753aade8da7
treea04ad64764f0ed410c73d59d38844e7854b615b7
parent9c84816edf584bd66c6e2035f86780b05e84dd06
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