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)
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>

No differences found