]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Remove fs_info argument from insert_extent_backref
authorNikolay Borisov <nborisov@suse.com>
Wed, 20 Jun 2018 12:48:45 +0000 (15:48 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:32 +0000 (13:12 +0200)
commit0dc53647663c560e0dd25c2d09d32e46f95701fb
tree167795abae6e59c1551dfc94830b787b0a6ee0bc
parent88ad1584d7e4e7d8503b3149503a07febaa32cb9
btrfs: Remove fs_info argument from insert_extent_backref

This function is always called with a valid transaction handle 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