Remove BS_OP_SYNC_STAB_ALL

This commit is contained in:
Vitaliy Filippov
2025-07-26 14:13:11 +03:00
parent 1676e50b3a
commit 25d6281b3e
3 changed files with 2 additions and 49 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ static enum fio_q_status bs_queue(struct thread_data *td, struct io_u *io)
bsd->last_sync = false;
break;
case DDIR_SYNC:
op->opcode = BS_OP_SYNC_STAB_ALL;
op->opcode = BS_OP_SYNC;
op->callback = [io, n = bsd->op_n](blockstore_op_t *op)
{
bs_data *bsd = (bs_data*)io->engine_data;