* [PATCH] btrfs: remove unused member btrfs_device::work
@ 2020-01-06 16:20 David Sterba
2020-01-07 0:57 ` Anand Jain
0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2020-01-06 16:20 UTC (permalink / raw)
To: linux-btrfs; +Cc: David Sterba
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(-)
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;
--
2.24.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-01-07 0:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-06 16:20 [PATCH] btrfs: remove unused member btrfs_device::work David Sterba
2020-01-07 0:57 ` Anand Jain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox