From 091b18fb85eb18bb0edf35ca80286d17df5a7a4b Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 31 Jan 2019 22:57:14 -0700 Subject: man/io_uring_enter.2: we no longer EBUSY on mutex trylock failure Signed-off-by: Jens Axboe --- man/io_uring_enter.2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/man/io_uring_enter.2 b/man/io_uring_enter.2 index 7a3498d..eeabced 100644 --- a/man/io_uring_enter.2 +++ b/man/io_uring_enter.2 @@ -280,9 +280,6 @@ field in the submission queue entry is invalid, or the flag was set in the submission queue entry, but no files were registered with the io_uring instance .TP -.BR EBUSY -the io_uring instance is being acted on by another thread -.TP .BR EFAULT buffer is outside of the process' accessible address space .TP -- cgit