]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/io_types.h
Update bcachefs sources to 9e7ae5219c bcachefs: Make write points more dynamic
[bcachefs-tools-debian] / libbcachefs / io_types.h
index ae4f8f3c043cf17c389b728b16e53b40dd4e0b64..f77106be398a30abdc1538132de7b87fdc71e0c2 100644 (file)
@@ -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];