commit | 9978059be8a1afd68bc0f7ab4c1883633ddd0312 | [log] [tgz] |
---|---|---|
author | Goldwyn Rodrigues <rgoldwyn@suse.de> | Fri Jun 21 10:02:54 2019 -0500 |
committer | David Sterba <dsterba@suse.com> | Thu Jul 04 17:26:17 2019 +0200 |
tree | 952b5465038a30b0143cd2e8a4678ee5292d7110 | |
parent | 67f9c2209e885c8f97215655739155c94ca9cb9c [diff] |
btrfs: Evaluate io_tree in find_lock_delalloc_range() Simplification. No point passing the tree variable when it can be evaluated from inode. The tests now use the io_tree from btrfs_inode as opposed to creating one. Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>