commit | c150368b496837cb207712e78f903ccfd7633b93 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Jan 08 08:26:07 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jan 20 17:04:04 2020 -0700 |
tree | ae5000abfeaf34ce0f55d60003122bec52d30f00 | |
parent | 96fd84d83a778450ffae737d9efa546ac3983b1f [diff] |
io_uring: file set registration should use interruptible waits If an application attempts to register a set with unbounded requests pending, we can be stuck here forever if they don't complete. We can make this wait interruptible, and just abort if we get signaled. Signed-off-by: Jens Axboe <axboe@kernel.dk>