From: Josef Bacik Date: Fri, 14 Dec 2012 18:48:14 +0000 (-0500) Subject: Btrfs: don't take inode delalloc mutex if we're a free space inode X-Git-Tag: v3.8-rc1~71^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c64c2bd890df3b9a66c52c33df110777058c011e;p=pandora-kernel.git Btrfs: don't take inode delalloc mutex if we're a free space inode This confuses and angers lockdep even though it's ok. We don't really need the lock for free space inodes since only the transaction committer will be reserving space. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed