]> 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)
commited52ae76a9e8fa2043d105f4fdb0ec8b8e02c6da
tree167795abae6e59c1551dfc94830b787b0a6ee0bc
parent204be7d8be984f5c02937b8bd93e0596555f836a
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