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 62665C00144 for ; Mon, 1 Aug 2022 17:15:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232762AbiHARPP (ORCPT ); Mon, 1 Aug 2022 13:15:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60702 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231979AbiHARPL (ORCPT ); Mon, 1 Aug 2022 13:15:11 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C5287B55; Mon, 1 Aug 2022 10:15:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=DTuwx+WR1szHjLCY8OmCUFj7bvBZBX0WY4Rg8q6o9uc=; b=O3DJPJ1tSTcI/qnCmd76PmNLod KGImLH6oL7xZO4K75pOZl+wJLsL/jarStRhxeZMyMK/3x61PhN5yNK+LSc19lTPN8iLv75AfHwbmV kXvnHrxBKWJ/OJUeMn8g4HYC/onIF+5jYFYU0G62tp+Fsz2SgK1ZBfptbKowFIfmH+BiNkpc7LVKA WM0IgXNdERQFKAuCh5/tjXMrfFWWvLWQnXh2UWUnAV3vLeT29QCqR8ksUf071Yf8KQ26ZVmUjHYuD toxMauXSSUhASTRskAa6myjgSqZmjQwLWyl0RlNRuh/9xPq2zLsJJdpKnEP6TEldi1VJNVuE7o9os HLXCSPXQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1oIZ0T-008A2f-0N; Mon, 01 Aug 2022 17:15:05 +0000 Date: Mon, 1 Aug 2022 10:15:04 -0700 From: Christoph Hellwig To: Song Liu Cc: Logan Gunthorpe , Christoph Hellwig , open list , linux-raid , Guoqing Jiang , Stephen Bates , Martin Oliveira , David Sloan Subject: Re: [PATCH 1/5] md/raid5: Refactor raid5_get_active_stripe() Message-ID: References: <20220727210600.120221-1-logang@deltatee.com> <20220727210600.120221-2-logang@deltatee.com> <215E9FEF-69F9-44AB-A5B0-FD3C8335E985@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 01, 2022 at 09:49:38AM -0700, Song Liu wrote: > We are in the merge window right now. So the timing is a little tricky. I will > try to send pull requests with this set as-is. Then we can do follow-ups. I can send the patch. I don't think it's anywhere near critical enought to rush it into the current merge window, though.