summaryrefslogtreecommitdiff
path: root/libbcachefs/io_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2019-11-04 12:53:59 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2019-11-04 12:53:59 -0500
commit6016d33b801a5fe13e86e5be3abf68ed166c0796 (patch)
tree47a42030c705d19e6b74ea785e82f123a10015b0 /libbcachefs/io_types.h
parent61bc316a4da4831d8812eb5051732cca27652d8d (diff)
Update bcachefs sources to 9e76e8d98c bcachefs: Fix uninitialized field in hash_check_init()
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;