commit | 60b62978bc5e903cd487de34972fb30f76c74a2e | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Tue Apr 30 17:29:29 2013 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Fri May 17 16:27:25 2013 -0400 |
tree | a04ad64764f0ed410c73d59d38844e7854b615b7 | |
parent | 667e7d94a1683661cff5fe9a0fa0d7f8fdd2c007 [diff] |
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>