]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: define a request type cleanup handler
authorJens Axboe <axboe@kernel.dk>
Tue, 24 May 2022 16:26:28 +0000 (10:26 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:11 +0000 (18:39 -0600)
commit133f7e41e5b70bb5a9d45034d6c7be26c4d724f3
treec0290ec64c6c09db48c32bd3311b62aaf77c1de6
parent3af099112c8a806b847fa6c5f7eeefe57b7c6d11
io_uring: define a request type cleanup handler

This can move request type specific cleanup into a private handler,
removing the need for the core io_uring parts to know what types
they are dealing with.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c