From: Chris Mason Date: Tue, 26 Jul 2011 19:35:09 +0000 (-0400) Subject: Btrfs: use the commit_root for reading free_space_inode crcs X-Git-Tag: v3.1-rc1~134^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cf8572dac62cc2ff7e995173e95b6c694401b3f;p=pandora-kernel.git Btrfs: use the commit_root for reading free_space_inode crcs Now that we are using regular file crcs for the free space cache, we can deadlock if we try to read the free_space_inode while we are updating the crc tree. This commit fixes things by using the commit_root to read the crcs. This is safe because we the free space cache file would already be loaded if that block group had been changed in the current transaction. Signed-off-by: Chris Mason --- Reading git-diff-tree failed