commit | 36f4fa6886a81266d7c82b1c90a65205e73a7c85 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sat Sep 05 11:14:22 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 23 09:15:15 2020 -0700 |
tree | 4701e9c5a955a6f754aaf058a5a721e9ddb1239e | |
parent | b713c195d59332277a31a59c91f755e53b5b302b [diff] |
io_uring: add support for shutdown(2) This adds support for the shutdown(2) system call, which is useful for dealing with sockets. shutdown(2) may block, so we have to punt it to async context. Suggested-by: Norman Maurer <norman.maurer@googlemail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>