diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index 07629e99809a3e747ff50bb62528c755a358a6af..82a63b1a36eff091ebd67b7c55ebe5d983d9ecee 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.