From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 18 May 2018 09:20:28 -0700 From: Christoph Hellwig To: Kent Overstreet Cc: linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-mm@kvack.org, Jens Axboe , Ingo Molnar Subject: Re: [PATCH 02/10] block: Convert bio_set to mempool_init() Message-ID: <20180518162028.GA25227@infradead.org> References: <20180509013358.16399-1-kent.overstreet@gmail.com> <20180509013358.16399-3-kent.overstreet@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180509013358.16399-3-kent.overstreet@gmail.com> List-ID: 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.