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)
commit60b62978bc5e903cd487de34972fb30f76c74a2e
treea04ad64764f0ed410c73d59d38844e7854b615b7
parent667e7d94a1683661cff5fe9a0fa0d7f8fdd2c007
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