commit | 5e3ee23648a20dfaf72eeb88f884aae25ea7d8fb | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Fri Dec 08 15:55:58 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 22 16:08:16 2018 +0100 |
tree | 24021d1ecf2a66271bc53873f99f6b00fc98b06d | |
parent | 3e798068a8ef400049cc3bb4f01f9701a29e1f86 [diff] |
btrfs: sink extent_write_locked_range tree parameter This function is called only from submit_compressed_extents and the io tree being passed is always that of the inode. But we are also passing the inode, so just move getting the io tree pointer in extent_write_locked_range to simplify the signature. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>