]> git.baikalelectronics.ru Git - kernel.git/commit
block: remove REQ_NOWAIT_INLINE
authorJens Axboe <axboe@kernel.dk>
Thu, 15 Aug 2019 17:09:16 +0000 (11:09 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 15 Aug 2019 17:09:16 +0000 (11:09 -0600)
commit8881f9ecd5174819f8c5bd4dec33370704519403
treeffa0da802600d0550043e195c102ea99c75637b5
parent66191a083de1cca131a8502c466636b61dd44c5c
block: remove REQ_NOWAIT_INLINE

We had a few issues with this code, and there's still a problem around
how we deal with error handling for chained/split bios. For now, just
revert the code and we'll try again with a thoroug solution. This
reverts commits:

ae586c594307 ("block: fix O_DIRECT error handling for bio fragments")
3c638ff71586 ("block: Fix __blkdev_direct_IO() for bio fragments")
6baa1af498b5 ("block: properly handle IOCB_NOWAIT for async O_DIRECT IO")
e4436123d30c ("blk-mq: allow REQ_NOWAIT to return an error inline")

Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c
fs/block_dev.c
include/linux/blk_types.h