commit | f110ed8498afa6ff8e9a8c08fb26880e02117616 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Jun 13 04:42:56 2022 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Jul 24 18:39:16 2022 -0600 |
tree | 113cdc59771c97795a6782c18bf6c5dba0deeceb | |
parent | 8fcf4c48f44bd7b1b75db139f56ff1ad6477379e [diff] |
io_uring: split out fixed file installation and removal Put it with the filetable code, which is where it belongs. While doing so, have the helpers take a ctx rather than an io_kiocb. It doesn't make sense to use a request, as it's not an operation on the request itself. It applies to the ring itself. Signed-off-by: Jens Axboe <axboe@kernel.dk>