Skip to content
Snippets Groups Projects
Commit f110ed84 authored by Jens Axboe's avatar Jens Axboe
Browse files

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: default avatarJens Axboe <axboe@kernel.dk>
parent 8fcf4c48
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment