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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libbcachefs/io_types.h b/libbcachefs/io_types.h
index ae4f8f3c..f77106be 100644
--- a/libbcachefs/io_types.h
+++ b/libbcachefs/io_types.h
@@ -116,9 +116,10 @@ struct bch_write_op {
struct bch_extent_crc128 crc;
unsigned size;
- struct disk_reservation res;
+ struct bch_devs_mask *devs;
+ unsigned long write_point;
- struct write_point *wp;
+ struct disk_reservation res;
union {
u8 open_buckets[16];