aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/btrfs/volumes.c7
1 files changed, 0 insertions, 7 deletions
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)
5323 } 5323 }
5324} 5324}
5325 5325
5326struct async_sched {
5327 struct bio *bio;
5328 int rw;
5329 struct btrfs_fs_info *info;
5330 struct btrfs_work work;
5331};
5332
5333/* 5326/*
5334 * see run_scheduled_bios for a description of why bios are collected for 5327 * see run_scheduled_bios for a description of why bios are collected for
5335 * async submit. 5328 * async submit.