Merge tag 'sched-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/kernel...
[platform/kernel/linux-rpi.git] / io_uring / opdef.c
index cca7c5b..3b9c648 100644 (file)
@@ -627,7 +627,7 @@ const struct io_cold_def io_cold_defs[] = {
        },
        [IORING_OP_URING_CMD] = {
                .name                   = "URING_CMD",
-               .async_size             = uring_cmd_pdu_size(1),
+               .async_size             = 2 * sizeof(struct io_uring_sqe),
                .prep_async             = io_uring_cmd_prep_async,
        },
        [IORING_OP_SEND_ZC] = {