Remove cancel_all_writes

Not needed because a) parallel writes to the same object are forbidden
b) subsequent writes don't depend on previous ones anyway.
This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent 274f9ecda5
commit 556fc9a876
2 changed files with 6 additions and 37 deletions
-1
View File
@@ -165,7 +165,6 @@ public:
// Write
bool enqueue_write(blockstore_op_t *op);
void cancel_all_writes(blockstore_op_t *op, int retval);
void prepare_meta_block_write(blockstore_op_t *op, uint64_t modified_block, io_uring_sqe *sqe = NULL);
int dequeue_write(blockstore_op_t *op);
bool make_big_write(blockstore_op_t *op, uint32_t offset, uint32_t len, uint32_t *modified_block);