iomap: enable use of bio allocation cache io_uring-bio-cache.3
authorJens Axboe <axboe@kernel.dk>
Tue, 9 Mar 2021 16:25:47 +0000 (09:25 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 10 Aug 2021 19:57:19 +0000 (13:57 -0600)
commit8cf954fd6f6f684a2b10680c3816c486c02b0375
treeb1ec853682dd732d76d0207aeef7e0ea7038fbab
parent0d476bc7ae4a036f9ffc8270db2845a298583f40
iomap: enable use of bio allocation cache

If the kiocb passed in has a bio cache specified, 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