io_uring: IORING_OP_ACCEPT needs to set def->ioprio=1
authorJens Axboe <axboe@kernel.dk>
Fri, 6 May 2022 22:17:49 +0000 (16:17 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 May 2022 12:29:53 +0000 (06:29 -0600)
commit65463a28a1a193383a3332b03a26f5d6a5ca54ec
tree8f9c37ba3299179bcd26033044c785d8f1ffbcc0
parent162597744fdeba38c0efb48939ff038cb4a57370
io_uring: IORING_OP_ACCEPT needs to set def->ioprio=1

If not it won't allow flags in that field.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c