mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
btrfs: Cleanup the unused struct async_sched.
The struct async_sched is not used by any codes and can be removed. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Reviewed-by: Josef Bacik <jbacik@fusionio.com> Tested-by: David Sterba <dsterba@suse.cz> Signed-off-by: Josef Bacik <jbacik@fb.com>
This commit is contained in:
parent
644d1940ab
commit
f5961d41d7
1 changed files with 0 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue