Btrfs: Fix for lockdep warnings with alloc_mutex and pinned_mutex
authorJosef Bacik <jbacik@redhat.com>
Thu, 20 Nov 2008 17:16:16 +0000 (12:16 -0500)
committerChris Mason <chris.mason@oracle.com>
Thu, 20 Nov 2008 17:16:16 +0000 (12:16 -0500)
This the lockdep complaint by having a different mutex to gaurd caching the
block group, so you don't end up with this backwards dependancy.  Thank you,

Signed-off-by: Josef Bacik <jbacik@redhat.com>

No differences found