aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
diff options
context:
space:
mode:
authorQu Wenruo <quwenruo@cn.fujitsu.com>2014-02-28 10:46:02 +0800
committerJosef Bacik <jbacik@fb.com>2014-03-10 15:17:02 -0400
commitf5961d41d7575faa6e2905daa08650aa388ba9d0 (patch)
tree6e0dc1e5a84a8d11e3a30f03bccfea06d339056e /fs/btrfs/volumes.c
parentBtrfs: skip search tree for REG files (diff)
downloadlinux-dev-f5961d41d7575faa6e2905daa08650aa388ba9d0.tar.xz
linux-dev-f5961d41d7575faa6e2905daa08650aa388ba9d0.zip
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>
Diffstat (limited to 'fs/btrfs/volumes.c')
-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)
}
}
-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.