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>
Wed, 22 Jun 2022 17:28:31 +0000 (11:28 -0600)
commit1b48e642c50588b747c6f44d24de2b73b0b1c85d
treebe457ef26a37e03f876b17c1e023a81a6c8a70fc
parentc0faae9a6332d14302f237b5050228a58911c227
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