io_uring: split out fixed file installation and removal
authorJens Axboe <axboe@kernel.dk>
Mon, 13 Jun 2022 10:42:56 +0000 (04:42 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jul 2022 14:46:54 +0000 (08:46 -0600)
commitd75c24f662f1feb350d84afe23d7536397319d09
tree84f76b4a4d304bcf35406f485adf3a255e9afeea
parent5bc28b5590a8ce6abd66a0d5729eb67bd549b3ce
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>
io_uring/filetable.c
io_uring/filetable.h
io_uring/openclose.c
io_uring/openclose.h
io_uring/rsrc.c