mirror of
https://github.com/torvalds/linux.git
synced 2026-05-10 17:19:59 -04: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>