summaryrefslogtreecommitdiff
path: root/fs/bcachefs/io_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2019-10-22 03:40:53 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-23 00:08:30 +0300
commit2d78737d9686faa363dde0b8fdef224ae29cff55 (patch)
tree94b7de722130945065bfe370032eaf23989312a6 /fs/bcachefs/io_types.h
parenta94407434b7a3b577a7605f0bd999d98acad6d23 (diff)
downloadlinux-2d78737d9686faa363dde0b8fdef224ae29cff55.tar.xz
bcachefs: Drop bch_write_op->io_wq
This is dead code Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/io_types.h')
-rw-r--r--fs/bcachefs/io_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/bcachefs/io_types.h b/fs/bcachefs/io_types.h
index 36b40c3fb894..0f7fad041205 100644
--- a/fs/bcachefs/io_types.h
+++ b/fs/bcachefs/io_types.h
@@ -95,7 +95,6 @@ struct bch_write_bio {
struct bch_write_op {
struct closure cl;
struct bch_fs *c;
- struct workqueue_struct *io_wq;
u64 start_time;
unsigned written; /* sectors */
@@ -111,7 +110,6 @@ struct bch_write_op {
struct bch_devs_list devs_have;
u16 target;
u16 nonce;
-
struct bch_io_opts opts;
struct bpos pos;