summaryrefslogtreecommitdiff
path: root/libbcachefs/io_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/io_types.h')
-rw-r--r--libbcachefs/io_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbcachefs/io_types.h b/libbcachefs/io_types.h
index c2c2cce0..c37b7d74 100644
--- a/libbcachefs/io_types.h
+++ b/libbcachefs/io_types.h
@@ -93,7 +93,7 @@ struct bch_write_bio {
struct bch_write_op {
struct closure cl;
struct bch_fs *c;
- struct workqueue_struct *io_wq;
+ void (*end_io)(struct bch_write_op *);
u64 start_time;
unsigned written; /* sectors */
@@ -109,7 +109,6 @@ struct bch_write_op {
struct bch_devs_list devs_have;
u16 target;
u16 nonce;
-
struct bch_io_opts opts;
struct bpos pos;