mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
This allows an application to call accept4() in an async fashion. Like other opcodes, we first try a non-blocking accept, then punt to async context if we have to. Signed-off-by: Jens Axboe <axboe@kernel.dk>