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 6E37BC43217 for ; Fri, 25 Feb 2022 21:08:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237985AbiBYVJU (ORCPT ); Fri, 25 Feb 2022 16:09:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38554 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235709AbiBYVJS (ORCPT ); Fri, 25 Feb 2022 16:09:18 -0500 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 79FDBD19AA; Fri, 25 Feb 2022 13:08:44 -0800 (PST) Received: from cwcc.thunk.org (pool-108-7-220-252.bstnma.fios.verizon.net [108.7.220.252]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 21PL8MKV003913 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 25 Feb 2022 16:08:23 -0500 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 8655815C0038; Fri, 25 Feb 2022 16:08:22 -0500 (EST) Date: Fri, 25 Feb 2022 16:08:22 -0500 From: "Theodore Ts'o" To: Eric Biggers Cc: Lee Jones , linux-ext4@vger.kernel.org, Christoph Hellwig , Dave Chinner , Goldwyn Rodrigues , "Darrick J . Wong" , Bob Peterson , Damien Le Moal , Andreas Gruenbacher , Ritesh Harjani , Greg Kroah-Hartman , Johannes Thumshirn , linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, cluster-devel@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH -v2] ext4: don't BUG if kernel subsystems dirty pages without asking ext4 first Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 25, 2022 at 12:51:28PM -0800, Eric Biggers wrote: > > > > [1] https://www.spinics.net/lists/linux-mm/msg142700.html > > Can you use a lore link > (https://lore.kernel.org/linux-mm/20180103100430.GE4911@quack2.suse.cz/T/#u)? Sure, thanks for finding the lore link! I did try searching for it last night, but for some reason I wasn't able to surface it. > > + /* > > + * Should never happen but for buggy code in > > + * other subsystemsa that call > > subsystemsa => subsystems Already fixed in my local version of the patch. > > + * [1] https://www.spinics.net/lists/linux-mm/msg142700.html > > Likewise, lore link here. Ack. - Ted