OSDN Git Service

btrfs: clean up the left over logged_list usage
authorJosef Bacik <jbacik@fb.com>
Wed, 23 May 2018 15:58:35 +0000 (11:58 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:30 +0000 (13:12 +0200)
commita2120a473a80905e0275df9b0427fa7fa1187b72
tree962480da672251486f273bc4b92c293465905c1b
parente7175a692765940f3ac3f0c005b9a766a59303d7
btrfs: clean up the left over logged_list usage

We no longer use this list we've passed around so remove it everywhere.
Also remove the extra checks for ordered/filemap errors as this is
handled higher up now that we're waiting on ordered_extents before
getting to the tree log code.

Signed-off-by: Josef Bacik <jbacik@fb.com>
Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/tree-log.c