commit | 10b2f34d6e7fbe07f498cb2006272e9a561f5e60 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Sun Oct 02 13:56:53 2011 +0300 |
committer | David Sterba <dsterba@suse.cz> | Thu Oct 20 18:10:46 2011 +0200 |
tree | 157a5cd82158e1b9a21423e06e8f074e4654b456 | |
parent | fee187d9d9ddc382c81370a9a280391132dea2e1 [diff] |
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 <idryomov@gmail.com>