iomap: enable use of bio allocation cache
authorJens Axboe <axboe@kernel.dk>
Tue, 9 Mar 2021 16:25:47 +0000 (09:25 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Aug 2021 21:14:16 +0000 (15:14 -0600)
commitadc1b5a5186b37c9876a5379e0ad7647c821a7c6
treef71e0c66faa721780254784ba7c27569107ea18d
parentdb69e416ac26a7c89b00e5a9093f90d9b2e16fc9
iomap: enable use of bio allocation cache

If a kiocb is marked as being valid for bio caching, then use that to
allocate a (and free) new bio if possible.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/iomap/direct-io.c