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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user