Complete small/intent writes explicitly, not implicitly on metadata block write

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent 04eefce30b
commit eaff4509ca
6 changed files with 83 additions and 41 deletions
+4 -1
View File
@@ -47,8 +47,11 @@ struct blockstore_op_private_t
// Read
std::vector<copy_buffer_t> read_vec;
// Read, write
uint64_t lsn;
// Write
uint64_t location; // or lsn for read
uint64_t location;
uint32_t write_type;
// Stabilize, rollback