From f8232ccca55aea78e8d00541f99a5922257c326d Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 6 Jan 2020 17:14:23 +0100 Subject: [PATCH] btrfs: remove unused member btrfs_device::work This is a leftover from recently removed bio scheduling framework. Fixes: ff255ae283d0 ("Btrfs: delete the entire async bio submission framework") Reviewed-by: Anand Jain Signed-off-by: David Sterba --- fs/btrfs/volumes.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index 3c56ef571b00b..81f21e42b887e 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; -- 2.39.5