From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f65.google.com ([209.85.215.65]:44700 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751615AbeETXLv (ORCPT ); Sun, 20 May 2018 19:11:51 -0400 MIME-Version: 1.0 In-Reply-To: <87603i0vtx.fsf@notabene.neil.brown.name> References: <20180520222558.7053-1-kent.overstreet@gmail.com> <87603i0vtx.fsf@notabene.neil.brown.name> From: Kent Overstreet Date: Sun, 20 May 2018 19:11:48 -0400 Message-ID: Subject: Re: [PATCH 00/13] convert block layer to bioset_init()/mempool_init() To: NeilBrown Cc: Shaohua Li , Linux Kernel Mailing List , linux-block , "axboe@kernel.dk" , Christoph Hellwig , Coly Li , Mike Snitzer , "Darrick J. Wong" , Chris Mason , bacik@fb.com, linux-xfs@vger.kernel.org, Lars Ellenberg , linux-btrfs@vger.kernel.org, "open list:SOFTWARE RAID (Multiple Disks) SUPPORT" Content-Type: text/plain; charset="UTF-8" Sender: linux-btrfs-owner@vger.kernel.org List-ID: Thanks - sending it to him On Sun, May 20, 2018 at 7:08 PM, NeilBrown wrote: > On Sun, May 20 2018, Kent Overstreet wrote: > >> Jens - this series does the rest of the conversions that Christoph wanted, and >> drops bioset_create(). >> >> Only lightly tested, but the changes are pretty mechanical. Based on your >> for-next tree. >> >> It's also in the for-jens branch at https://evilpiepirate.org/git/bcachefs.git >> >> Kent Overstreet (12): >> block: convert bounce, q->bio_split to bioset_init()/mempool_init() >> drbd: convert to bioset_init()/mempool_init() >> pktcdvd: convert to bioset_init()/mempool_init() >> lightnvm: convert to bioset_init()/mempool_init() >> bcache: convert to bioset_init()/mempool_init() >> md: convert to bioset_init()/mempool_init() > > Hi Kent, > this conversion looks really good, thanks for Ccing me on it. > However as Shaohua Li is now the maintainer of md, it probably should > have gone to him as well. > > Thanks, > NeilBrown