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

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
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment