summaryrefslogtreecommitdiff
path: root/libbcachefs/io_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-07-15 21:42:36 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2021-07-15 21:42:36 -0400
commit669fc107c60dbb86e337ff78fd7be60b0f5baf18 (patch)
tree450326655b6620c68f2b26276fb8ac1a0244fab0 /libbcachefs/io_types.h
parent86bd5c622c93509e204b6fb5de6910879fc87a70 (diff)
Update bcachefs sources to 15178a6479 bcachefs: Update btree ptrs after every writev0.14
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 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;
};