]> git.ipfire.org Git - thirdparty/linux.git/commit
io_uring/uring_cmd: get rid of io_uring_cmd_prep_setup()
authorJens Axboe <axboe@kernel.dk>
Tue, 3 Jun 2025 20:00:27 +0000 (14:00 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Jun 2025 14:59:13 +0000 (08:59 -0600)
commitead21053bf34941c7c7bf680d29b8d15af5406de
treea4ca08b5730733f197319a3f580e3c2f551d2c33
parentaf19388a973877b2349df46c4487a789cd3148ed
io_uring/uring_cmd: get rid of io_uring_cmd_prep_setup()

It's a pretty pointless helper, just allocates and copies data. Fold it
into io_uring_cmd_prep().

Reviewed-by: Caleb Sander Mateos <csander@purestorage.com>
Reviewed-by: Anuj Gupta <anuj20.g@samsung.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/uring_cmd.c