engines/io_uring: use correct type for fio_nvme_get_info()
authorJens Axboe <axboe@kernel.dk>
Tue, 21 Mar 2023 14:38:32 +0000 (08:38 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 21 Mar 2023 14:38:32 +0000 (08:38 -0600)
commit671aa9f5c98c183de12d18c31525b533db0c186f
tree46220131fe14a8c992d62c1f565ef194533ac7e2
parent51bbb1a120c96ae7b93d058c7ce418962b202515
engines/io_uring: use correct type for fio_nvme_get_info()

powerpc64 compiles complain about casting unsigned long long to __u64,
just use the right type to begin with.

Fixes: b3d5e3fd80e3 ("nvme: add nvme opcodes, structures and helper functions")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/io_uring.c