]> asedeno.scripts.mit.edu Git - linux.git/commit
btrfs: Remove fs_info from __btrfs_free_extent
authorNikolay Borisov <nborisov@suse.com>
Wed, 20 Jun 2018 12:48:57 +0000 (15:48 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:34 +0000 (13:12 +0200)
commite72cb9235d26e5b7360a38a702e644a24d8975e6
tree5e9f51c1becdb2f8caf0c29fbcdfd92a07709f81
parent5a98ec0141805a0ff9adb18fd18834a906637f2f
btrfs: Remove fs_info from __btrfs_free_extent

This function is always called with a valid transaction handle so we
can reference the fs_info from there. No functional changes.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c