summaryrefslogtreecommitdiff
path: root/fs/bcachefs/io_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bcachefs/io_types.h')
-rw-r--r--fs/bcachefs/io_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/bcachefs/io_types.h b/fs/bcachefs/io_types.h
index 148808bdea50..50361f2fb8f1 100644
--- a/fs/bcachefs/io_types.h
+++ b/fs/bcachefs/io_types.h
@@ -95,7 +95,8 @@ struct bch_write_bio {
bounce:1,
put_bio:1,
have_ioref:1,
- used_mempool:1;
+ used_mempool:1,
+ first_btree_write:1;
);
struct bio bio;