OSDN Git Service

block: kill unused polling bits in __blkdev_direct_IO()
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 27 Oct 2021 12:21:08 +0000 (13:21 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 27 Oct 2021 12:54:58 +0000 (06:54 -0600)
commit25d207dc22271c2232df2d610ce4be6e125d1de8
treeade2d2b514beea05d410b9668a79a571881e5487
parent1bb6b81029456f4e2e6727c5167f43bdfc34bee5
block: kill unused polling bits in __blkdev_direct_IO()

With addition of __blkdev_direct_IO_async(), __blkdev_direct_IO() now
serves only multio-bio I/O, which we don't poll. Now we can remove
anything related to I/O polling from it.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/b8c597a6b7ee612df394853bfd24726aee5b898e.1635337135.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/fops.c