summaryrefslogtreecommitdiff
path: root/libbcachefs/io_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2017-11-22 00:42:55 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2017-11-22 00:50:47 -0500
commit22291ae84a029d65334d1a90b67b5031f45cd540 (patch)
treeab9fefe205577324915545b21535fcccbff89f48 /libbcachefs/io_types.h
parent74cb92203293a8d5b16b078389f6b3dba5300e89 (diff)
Update bcachefs sources to 9e7ae5219c bcachefs: Make write points more dynamic
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];