diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-07-15 16:54:30 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-07-15 20:17:37 -0400 |
commit | 32fbdff2a9954037bb55f3441281376cfcebb8ea (patch) | |
tree | 81064d0de40cc6d19991787b94e8ac3d46d62ddb /libbcachefs/io_write.h | |
parent | 2d605676853ffd147f5f9591c833e44ab1d3e7a1 (diff) |
Update bcachefs sources to 4a7a003763f5 bcachefs: Opt_durability can now be set via bch2_opt_set_sb()
Diffstat (limited to 'libbcachefs/io_write.h')
-rw-r--r-- | libbcachefs/io_write.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/io_write.h b/libbcachefs/io_write.h index 6c276a48..5400ce94 100644 --- a/libbcachefs/io_write.h +++ b/libbcachefs/io_write.h @@ -33,7 +33,7 @@ void bch2_submit_wbio_replicas(struct bch_write_bio *, struct bch_fs *, x(SYNC) \ x(MOVE) \ x(IN_WORKER) \ - x(DONE) \ + x(SUBMITTED) \ x(IO_ERROR) \ x(CONVERT_UNWRITTEN) |