]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Mon, 25 Jul 2022 00:39:12 +0000 (18:39 -0600)
commit63a303f6d5706f752b7ca35716fa097c27fc4032
treedc270ed4a7b40f3b21a3b9c6092d38e2572195f4
parentc212a35b5dd020cc269ca3f9694a53069814f354
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