man/io_uring_setup.2: add EPERM case for IORING_SETUP_SQPOLL

Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Jens Axboe
2019-04-10 08:41:42 -06:00
parent db11f116c7
commit 0656d71c96

View File

@@ -304,6 +304,11 @@ reached.
.TP .TP
.BR ENOMEM .BR ENOMEM
Insufficient kernel resources are available. Insufficient kernel resources are available.
.TP
.BR EPERM
.B IORING_SETUP_SQPOLL
was specified, but the effective user ID of the caller did not have sufficient
privileges.
.SH SEE ALSO .SH SEE ALSO
.BR io_uring_register(2), .BR io_uring_register(2),
.BR io_uring_enter(2) .BR io_uring_enter(2)