From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EDC9FC433F5 for ; Wed, 9 Mar 2022 06:08:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229852AbiCIGJ4 (ORCPT ); Wed, 9 Mar 2022 01:09:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58978 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229509AbiCIGJw (ORCPT ); Wed, 9 Mar 2022 01:09:52 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 165AED4C82; Tue, 8 Mar 2022 22:08:50 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id C6D3B68AFE; Wed, 9 Mar 2022 07:08:46 +0100 (CET) Date: Wed, 9 Mar 2022 07:08:46 +0100 From: Christoph Hellwig To: Song Liu Cc: Christoph Hellwig , linux-raid , open list Subject: Re: raid5 bio handling cleanups Message-ID: <20220309060846.GA31216@lst.de> References: <20220228112503.841449-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 02, 2022 at 04:14:40PM -0800, Song Liu wrote: > On Mon, Feb 28, 2022 at 3:25 AM Christoph Hellwig wrote: > > > > Hi Song, > > > > this series cleans up the raid5 bio handling to take advantage of > > the bio allocation interface changes in Jens' for-5.18 branches. > > Applied to md-next. Thank Unless I'm missing something these did not make it into the pull request to Jens, right?