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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbcachefs/io_types.h b/libbcachefs/io_types.h
index 07ea67c6..d104cb72 100644
--- a/libbcachefs/io_types.h
+++ b/libbcachefs/io_types.h
@@ -73,7 +73,8 @@ struct bch_write_bio {
unsigned submit_time_us;
unsigned split:1,
bounce:1,
- put_bio:1;
+ put_bio:1,
+ have_io_ref:1;
/* Only for btree writes: */
unsigned used_mempool:1;