Btrfs: remove no longer used logged range variables when logging extents
authorFilipe Manana <fdmanana@suse.com>
Fri, 26 Oct 2018 20:26:40 +0000 (21:26 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 17 Dec 2018 13:51:25 +0000 (14:51 +0100)
commitce02f0326680562a905216d6601c8ac5020feaba
treeb70d7251658885c177bc1ae81cbba82a5f36ade4
parent7566ec393f4161572ba6f11ad5171fd5d59b0fbd
Btrfs: remove no longer used logged range variables when logging extents

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.

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/tree-log.c