On Fri, Oct 26, 2018 at 09:26:40PM +0100, fdman...@kernel.org wrote: > From: Filipe Manana <fdman...@suse.com> > > The logged_start and logged_end variables, at btrfs_log_changed_extents(), > were added in commit 8c6c592831a0 ("btrfs: log csums for all modified > extents"). However since the recent simplification for fsync, which makes > us wait for all ordered extents to complete before logging extents, we > no longer need those variables. Commit a2120a473a80 ("btrfs: clean up the > left over logged_list usage") forgot to remove them. > > Signed-off-by: Filipe Manana <fdman...@suse.com>
Added to misc-next, thanks.