Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | io_uring: split out fixed file installation and removal | Jens Axboe | 2022-07-25 | 1 | -1/+1 |
| | | | | | | | | | 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> | ||||
* | io_uring: split out open/close operations | Jens Axboe | 2022-07-25 | 1 | -0/+14 |
Signed-off-by: Jens Axboe <axboe@kernel.dk> |