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

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