From: Ilya Dryomov Date: Sun, 2 Oct 2011 10:56:53 +0000 (+0300) Subject: Btrfs: pass the correct root to lookup_free_space_inode() X-Git-Tag: v3.2-rc1~21^2~23^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10b2f34d6e7fbe07f498cb2006272e9a561f5e60;p=pandora-kernel.git Btrfs: pass the correct root to lookup_free_space_inode() Free space items are located in tree of tree roots, not in the extent tree. It didn't pop up because lookup_free_space_inode() grabs the inode all the time instead of actually searching the tree. Signed-off-by: Ilya Dryomov --- Reading git-diff-tree failed