]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Mon, 25 Jul 2022 00:39:16 +0000 (18:39 -0600)
commit89e09eb26c4195275afa9939cb7318c578107929
tree113cdc59771c97795a6782c18bf6c5dba0deeceb
parent8572be82a5123363f6fe371979f29ce023152c58
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