aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2020-01-06 17:14:23 +0100
committerDavid Sterba <dsterba@suse.com>2020-01-20 16:41:01 +0100
commit94f8c46566485974c155c5cb4507f03873cf4d71 (patch)
tree8f5fa9ce5796f14b1e535d030fe0ded479c19fd6 /fs/btrfs/volumes.h
parentbtrfs: remove unnecessary wrapper get_alloc_profile (diff)
downloadlinux-dev-94f8c46566485974c155c5cb4507f03873cf4d71.tar.xz
linux-dev-94f8c46566485974c155c5cb4507f03873cf4d71.zip
btrfs: remove unused member btrfs_device::work
This is a leftover from recently removed bio scheduling framework. Fixes: ba8a9d079543 ("Btrfs: delete the entire async bio submission framework") Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r--fs/btrfs/volumes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h
index 3c56ef571b00..81f21e42b887 100644
--- a/fs/btrfs/volumes.h
+++ b/fs/btrfs/volumes.h
@@ -120,8 +120,6 @@ struct btrfs_device {
/* per-device scrub information */
struct scrub_ctx *scrub_ctx;
- struct btrfs_work work;
-
/* readahead state */
atomic_t reada_in_flight;
u64 reada_next;