]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit847e0b91b87b5d958146350e6c11496b5f1a8d7e
treeade2d2b514beea05d410b9668a79a571881e5487
parent79217cc9627a15222fca43b9d72e6e25e88d2702
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