From: Qu Wenruo Date: Fri, 28 Feb 2014 02:46:02 +0000 (+0800) Subject: btrfs: Cleanup the unused struct async_sched. X-Git-Tag: v3.15-rc1~96^2~47 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f5961d41d7575faa6e2905daa08650aa388ba9d0;p=karo-tx-linux.git 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 Reviewed-by: Josef Bacik Tested-by: David Sterba Signed-off-by: Josef Bacik --- diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index 07629e99809a..82a63b1a36ef 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c @@ -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.