io_uring: use io_is_uring_fops() consistently
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 16:28:04 +0000 (10:28 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 17 Jun 2022 14:25:28 +0000 (08:25 -0600)
commit61566a91fdf37d0655d8a218d2113eb792f67501
treed09e6ed5ecbc621f128667c92f4d3caecc70e921
parentd0ea3b7af3d1471f193adfca59f6f21dfe6b3d91
io_uring: use io_is_uring_fops() consistently

Convert the last spots that check for io_uring_fops to use the provided
helper instead.

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