diff options
Diffstat (limited to 'libbcachefs/io_types.h')
-rw-r--r-- | libbcachefs/io_types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbcachefs/io_types.h b/libbcachefs/io_types.h index e7aca7c9..0aab7795 100644 --- a/libbcachefs/io_types.h +++ b/libbcachefs/io_types.h @@ -94,7 +94,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; }; |