io_uring: consistently make use of io_notif_to_data()
authorStefan Metzmacher <metze@samba.org>
Thu, 11 Aug 2022 07:11:14 +0000 (09:11 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 11 Aug 2022 16:56:13 +0000 (10:56 -0600)
commitda2634e89caa40d7546b0566ab80ff31567861c9
treea03cfd82de3df40cf42e77e4e5964583121e83b5
parent3ed159c984079baedff740505d609badb8538e0d
io_uring: consistently make use of io_notif_to_data()

This makes the assignment typesafe. It prepares
changing io_kiocb_to_cmd() in the next commit.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Link: https://lore.kernel.org/r/8da6e9d12cf95ad4bc73274406d12bca7aabf72e.1660201408.git.metze@samba.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/notif.c