fs: add a struct bio_alloc_cache pointer to kiocb
authorJens Axboe <axboe@kernel.dk>
Tue, 9 Mar 2021 16:20:32 +0000 (09:20 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 30 Jul 2021 20:04:43 +0000 (14:04 -0600)
commit8d752db80dfc04f341d50c3ef35010ee43cd17ae
tree6984eef4c64d91ecb4de3954559fd64d6eab2763
parent8ad4154fc385ffbe5d800c5933c48eeba0a645ef
fs: add a struct bio_alloc_cache pointer to kiocb

We'll be using this to implement a recycling cache for the bio units
used to do IO.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/fs.h