On Mon, Apr 15, 2019 at 09:29:19AM +0100, fdman...@kernel.org wrote: > From: Filipe Manana <fdman...@suse.com> > > The member num_dirty_bgs of struct btrfs_transaction is not used anymore, > it is set and incremented but nothing reads its value anymore. Its last > read use was removed by commit 64403612b73a94 ("btrfs: rework > btrfs_check_space_for_delayed_refs"). So just remove that member. > > Signed-off-by: Filipe Manana <fdman...@suse.com>
Reviewed-by: David Sterba <dste...@suse.com>