Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5961d41 authored by Qu Wenruo's avatar Qu Wenruo Committed by Josef Bacik
Browse files

btrfs: Cleanup the unused struct async_sched.



The struct async_sched is not used by any codes and can be removed.

Signed-off-by: default avatarQu Wenruo <quwenruo@cn.fujitsu.com>
Reviewed-by: default avatarJosef Bacik <jbacik@fusionio.com>
Tested-by: default avatarDavid Sterba <dsterba@suse.cz>
Signed-off-by: default avatarJosef Bacik <jbacik@fb.com>
parent 644d1940
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -5323,13 +5323,6 @@ static void btrfs_end_bio(struct bio *bio, int err)
	}
}

struct async_sched {
	struct bio *bio;
	int rw;
	struct btrfs_fs_info *info;
	struct btrfs_work work;
};

/*
 * see run_scheduled_bios for a description of why bios are collected for
 * async submit.