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>
Thu, 21 Jul 2022 14:34:49 +0000 (08:34 -0600)
commit32bba81902290c59c21a3fa2f5206c44d9156a05
tree19827047364a7830ee5af61606ad812201bcc3b3
parent078a30a655ff8a26ede7dbafaccefe280b55a290
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