From: Nikolay Borisov Date: Thu, 10 May 2018 12:44:56 +0000 (+0300) Subject: btrfs: Remove fs_info argument from populate_free_space_tree X-Git-Tag: 4.18-fixes-smb3~19^2~85 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=commitdiff_plain;h=ffa9a9ef2f08c613a798837267e0b4f6c89bf9ad;hp=ffa9a9ef2f08c613a798837267e0b4f6c89bf9ad btrfs: Remove fs_info argument from populate_free_space_tree This function always takes a transaction handle which contains a reference to the fs_info. Use that and remove the extra argument. Signed-off-by: Nikolay Borisov Reviewed-by: David Sterba Signed-off-by: David Sterba ---