]> www.infradead.org Git - users/hch/block.git/commit
block: use the percpu bio cache in __blkdev_direct_IO bio-cache
authorChristoph Hellwig <hch@lst.de>
Wed, 11 Aug 2021 09:54:06 +0000 (11:54 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 11 Aug 2021 11:06:57 +0000 (13:06 +0200)
commit9a82c0797e081b673edea9e9ad16cddf29ca8f6e
treefa5d70a7ecbbf131c39deb7a4b945a77a0264b3c
parent279508c59ade771e8a91072f7c9c374158103abb
block: use the percpu bio cache in __blkdev_direct_IO

Use bio_alloc_iocb to dip into the percpu cache of bios when the
caller asks for it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/block_dev.c