Re: [PATCH 02/10] block: Convert bio_set to mempool_init()

From: Kent Overstreet
Date: Fri May 18 2018 - 12:40:21 EST


On Fri, May 18, 2018 at 09:20:28AM -0700, Christoph Hellwig wrote:
> On Tue, May 08, 2018 at 09:33:50PM -0400, Kent Overstreet wrote:
> > Minor performance improvement by getting rid of pointer indirections
> > from allocation/freeing fastpaths.
>
> Can you please also send a long conversion for the remaining
> few bioset_create users? It would be rather silly to keep two
> almost the same interfaces around for just about two hand full
> of users.

Yeah, I can do that