]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/io_types.h
New upstream snapshot
[bcachefs-tools-debian] / libbcachefs / io_types.h
index 0aab77951c4c37022899d8a8f40aa4601cc5d7ea..78bff13d36f27cb46c6a28c5bcc9dd65cb0ecac6 100644 (file)
@@ -62,6 +62,7 @@ struct bch_read_bio {
        /*
         * pos we read from - different from data_pos for indirect extents:
         */
+       u32                     subvol;
        struct bpos             read_pos;
 
        /*
@@ -122,6 +123,7 @@ struct bch_write_op {
        u16                     nonce;
        struct bch_io_opts      opts;
 
+       u32                     subvol;
        struct bpos             pos;
        struct bversion         version;