X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=io_uring%2Fopdef.c;h=3b9c6489b8b6d2732b1e349b1184a09a367c9f8b;hb=2f6b1527db82d959639be1f55db4069a869b71db;hp=cca7c5b55208792ffe1eee4cdf32482a60b139e9;hpb=6ab608fe852b50fe809b22cdf7db6cbe006d7cb3;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/io_uring/opdef.c b/io_uring/opdef.c index cca7c5b..3b9c6489 100644 --- a/io_uring/opdef.c +++ b/io_uring/opdef.c @@ -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] = {