]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Remove fs_info from run_delayed_data_ref
authorNikolay Borisov <nborisov@suse.com>
Wed, 20 Jun 2018 12:49:00 +0000 (15:49 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:35 +0000 (13:12 +0200)
commit25ba71cb51615d39fc2abb021a60ac71150f9bc1
tree8232c118f48f73aae2c33ce431414844da34f639
parent81453ca8e696d7831ff9924e96269bb2292420b6
btrfs: Remove fs_info from run_delayed_data_ref

This function is always called with a valid transaction from where
fs_info can be referenced. 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