diff mbox series

btrfs: remove unused member btrfs_device::work

Message ID 20200106162028.10029-1-dsterba@suse.com (mailing list archive)
State New, archived
Headers show
Series btrfs: remove unused member btrfs_device::work | expand

Commit Message

David Sterba Jan. 6, 2020, 4:20 p.m. UTC
This is a leftover from recently removed bio scheduling framework.

Fixes: ba8a9d079543 ("Btrfs: delete the entire async bio submission framework")
Signed-off-by: David Sterba <dsterba@suse.com>
---
 fs/btrfs/volumes.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Anand Jain Jan. 7, 2020, 12:57 a.m. UTC | #1
Reviewed-by: Anand Jain <anand.jain@oracle.com>
diff mbox series

Patch

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;