-
- Downloads
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>
Showing
- io_uring/filetable.c 51 additions, 15 deletionsio_uring/filetable.c
- io_uring/filetable.h 3 additions, 0 deletionsio_uring/filetable.h
- io_uring/openclose.c 4 additions, 31 deletionsio_uring/openclose.c
- io_uring/openclose.h 1 addition, 1 deletionio_uring/openclose.h
- io_uring/rsrc.c 1 addition, 1 deletionio_uring/rsrc.c
Loading
Please register or sign in to comment