summaryrefslogtreecommitdiff
path: root/libbcachefs/io_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-04-26 16:34:57 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-05-02 00:41:47 -0400
commit6b1f79d5df9f2735192ed1a40c711cf131d4f43e (patch)
tree67f007fabd01964145cac4f273902f1c12927e8b /libbcachefs/io_types.h
parentc1a8e27a3fad202750a1b66a1fd1fa82a8a5bd92 (diff)
Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshotsv0.29
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'libbcachefs/io_types.h')
-rw-r--r--libbcachefs/io_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/io_types.h b/libbcachefs/io_types.h
index 3b2ed0fa..4149291c 100644
--- a/libbcachefs/io_types.h
+++ b/libbcachefs/io_types.h
@@ -83,6 +83,7 @@ struct bch_read_bio {
};
struct bch_write_bio {
+ struct_group(wbio,
struct bch_fs *c;
struct bch_write_bio *parent;
@@ -99,6 +100,7 @@ struct bch_write_bio {
nocow:1,
used_mempool:1,
first_btree_write:1;
+ );
struct bio bio;
};