On Fri, Dec 16, 2022 at 08:22:09AM -0700, Jens Axboe wrote: > Since commit: > > b99182c501c3 ("bio: add pcpu caching for non-polling bio_put") > > we support bio caching for IRQ based IO as well, hence there's no need > to manually clear REQ_ALLOC_CACHE if we disable polling on a request. > > Signed-off-by: Jens Axboe <axboe@xxxxxxxxx> Reviewed-by: Keith Busch <kbusch@xxxxxxxxxx>