io_uring/cmd: move io_uring_try_cancel_uring_cmd()
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 18 Mar 2024 22:00:23 +0000 (22:00 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Apr 2024 14:10:24 +0000 (08:10 -0600)
commitda12d9ab5889b87429d9375748dcd1485b6241f3
tree28dfd8813758545a060e7c7c3d67c1ee068f06a5
parent0bbac3facb5d6cc0171c45c9873a2dc96bea9680
io_uring/cmd: move io_uring_try_cancel_uring_cmd()

io_uring_try_cancel_uring_cmd() is a part of the cmd handling so let's
move it closer to all cmd bits into uring_cmd.c

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Tested-by: Ming Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/43a3937af4933655f0fd9362c381802f804f43de.1710799188.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/uring_cmd.c
io_uring/uring_cmd.h