diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-01-31 22:57:14 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-01-31 22:57:14 -0700 |
commit | 091b18fb85eb18bb0edf35ca80286d17df5a7a4b (patch) | |
tree | 58349d34b1afd9c9f51b75b1f3d80a8d00e2a0ac | |
parent | 59bb09c553eb0d2cea75b804fe6d1f6eb47e9143 (diff) |
man/io_uring_enter.2: we no longer EBUSY on mutex trylock failure
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | man/io_uring_enter.2 | 3 |
1 files changed, 0 insertions, 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 |