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 27F11C7EE24 for ; Fri, 2 Jun 2023 16:45:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236813AbjFBQpz (ORCPT ); Fri, 2 Jun 2023 12:45:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33234 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236765AbjFBQpy (ORCPT ); Fri, 2 Jun 2023 12:45:54 -0400 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 427531A8 for ; Fri, 2 Jun 2023 09:45:53 -0700 (PDT) Received: from cwcc.thunk.org (pool-173-48-119-27.bstnma.fios.verizon.net [173.48.119.27]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 352GjMfp008777 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 2 Jun 2023 12:45:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1685724324; bh=fQX3HEZV3KIskpFARmPelBT88Aj1ZdbBSbJ5xbiBv/s=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=UcR0PExUqSSgpGNR5fBjNDAbhuXYHLDvQrDCJiet2+f73mOXSbzNwuMip4+Nu5MJt XFRb7FVgPUH5DVaXYC5lISiYdoy1bBhBFmjDDMP9+eMmm8BX7y+0RCsoB9bCgOu99e zj1KlthqmQg9lIQZyN3pGo6Pt2p5XQebD0uxMOKwS8XCnSJegUw8K2UVyFpod+3dKT t1E/gNnErXCke1dc3862gYAQWzf0IIBUacIrWnUQlS532xxdfHEptSfob2mn/PDWxi yIG1gJeaPKQhvkTZ3yV6povDLlxnqHwc1vW6f15Zb6sqXC7EVCiwgOHX1Gl+8Dajsg KN0AeE+zWk0Vw== Received: by cwcc.thunk.org (Postfix, from userid 15806) id 112B415C02EE; Fri, 2 Jun 2023 12:45:22 -0400 (EDT) Date: Fri, 2 Jun 2023 12:45:22 -0400 From: "Theodore Ts'o" To: Thorsten Leemhuis Cc: Ojaswin Mujoo , Sedat Dilek , linux-ext4@vger.kernel.org, Ritesh Harjani , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Jan Kara , Kemeng Shi , Ritesh Harjani Subject: Re: [PATCH v2 01/12] Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check_limits" Message-ID: <20230602164522.GD1069561@mit.edu> References: <29895f4d-9492-4572-d6f3-30d028cdcbe3@leemhuis.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <29895f4d-9492-4572-d6f3-30d028cdcbe3@leemhuis.info> Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Fri, Jun 02, 2023 at 03:45:52PM +0200, Thorsten Leemhuis wrote: > > > > Since this patch fixes a regression I think it should ideally go in > > Linux 6.4 > > Ted can speak up for himself, but maybe this might speed things up: > > A lot of maintainers in a case like this want fixes (like this) > submitted separately from other changes (like the rest of this series). While it's nice to do that in the future (since I would have noticed this earlier, it could have gone into my regression fixes push to Linus last week), in this particular case I've already noted this particular issue, and per the discussion in the last weekly ext4 video conference chat, I will be reordering the pashes so I can send a secondary regression fix to Linus very shortly. Thanks, - Ted