Re: [PATCH 00/17] Freespace tree big fs_info cleanup

2018-05-11 Thread David Sterba
On Thu, May 10, 2018 at 03:44:39PM +0300, Nikolay Borisov wrote: > Here is a series which cleans _all_ freespace tree functions from a redundant > fs_info argument since they already take either a transaction or a > block_group_cache structure. Both of those structures contain a reference to >

[PATCH 00/17] Freespace tree big fs_info cleanup

2018-05-10 Thread Nikolay Borisov
Here is a series which cleans _all_ freespace tree functions from a redundant fs_info argument since they already take either a transaction or a block_group_cache structure. Both of those structures contain a reference to fs info and can be used instead of an additional parameter. This is needed