engines/io_uring: don't duplicate open/close file code
authorJens Axboe <axboe@kernel.dk>
Wed, 23 Jul 2025 20:22:36 +0000 (14:22 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 23 Jul 2025 20:22:36 +0000 (14:22 -0600)
commit306d89868d07b98d1683585468d232703007e0da
treefd90dd1d532076b86b2d0b0ffcf65abec238d27a
parent0e987a249fc6bc725a3daa530364c9869e076dd3
engines/io_uring: don't duplicate open/close file code

Don't repeat the code for open/close file, just have the cmd variants
call the normal helper for the actual open or close part.

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