summaryrefslogtreecommitdiff
path: root/libbcachefs/io_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2018-02-18 21:43:46 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2018-02-19 19:01:05 -0500
commit90ef8b9f57c9114e82c41aef43db80776bbfaf82 (patch)
tree229cdb88aff8c0f5e838a2758ba96e7294a74962 /libbcachefs/io_types.h
parent4aefd5f903fe99bb34cbb2922d488e9a29e78ea9 (diff)
Update bcachefs sources to 90d78c2461 bcachefs: Option parsing for io targets
Diffstat (limited to 'libbcachefs/io_types.h')
-rw-r--r--libbcachefs/io_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbcachefs/io_types.h b/libbcachefs/io_types.h
index 32ecac24..a022ab33 100644
--- a/libbcachefs/io_types.h
+++ b/libbcachefs/io_types.h
@@ -103,13 +103,14 @@ struct bch_write_op {
u16 target;
u16 nonce;
+ struct bch_io_opts opts;
+
struct bpos pos;
struct bversion version;
/* For BCH_WRITE_DATA_ENCODED: */
struct bch_extent_crc_unpacked crc;
- struct bch_devs_mask *devs;
struct write_point_specifier write_point;
struct disk_reservation res;