commit | 8e5c1e2d15417eaa9fd811251dcd3078afa34fbb | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Mar 08 11:39:16 2021 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Aug 11 16:37:11 2021 -0600 |
tree | 4525548f6391fc546c56a8982a37d5c7658c6693 | |
parent | 4556bce1ee76bbdeca47e1da63d149a91bc3af26 [diff] |
block: enable use of bio allocation cache Initialize the bio_set used for IO with per-cpu bio caching enabled, and use the new bio_alloc_kiocb() helper to dip into that cache. Signed-off-by: Jens Axboe <axboe@kernel.dk>