commit | 8cf954fd6f6f684a2b10680c3816c486c02b0375 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Mar 09 09:25:47 2021 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Aug 10 13:57:19 2021 -0600 |
tree | b1ec853682dd732d76d0207aeef7e0ea7038fbab | |
parent | 0d476bc7ae4a036f9ffc8270db2845a298583f40 [diff] |
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>