From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CFF471D54E2; Fri, 12 Sep 2025 02:36:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757644588; cv=none; b=L7mtK1CVs5L++uSRq7VdXseK56PHjEErFlU+a1BH6zXqUUnCpl3SolbA3/qT/jTL/Go+om7xwksKGxvkIXewZxSUeQjcUJQOOyOFFea6rHdjGUtZfVQEgGQtLAEKLj9G50QmwvAIU/yOcqNJM914A/jIhtIIUwT/2yvDtVsept0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757644588; c=relaxed/simple; bh=/0FSmjm8XeMM+yN0eYQqgjIRF8j+76PuEnE0bB345ew=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=ZzPl7UuZH9ho7tre7q5JB520bhjspMav4cQgZw7kSbdfGdPKdu15Ocx1iNP4ADomwoRPGTNjKlSRcHVB7fMMDiNpmx8WVqoIz1fgM3m6WPP1YlBtFSS6o+QQliwcfwHef5oT9kumB0G9/By/mNYQwMOryI2WZThymKQYBPBOiXk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=DIpy92IO; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="DIpy92IO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 39FB3C4CEF0; Fri, 12 Sep 2025 02:36:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1757644587; bh=/0FSmjm8XeMM+yN0eYQqgjIRF8j+76PuEnE0bB345ew=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=DIpy92IOKv6ZsPy0t4MOKmHdxamg8FAI1rgPnhAV2Pky9Ps5k7rdiDTWZy1ZOB/HD IdIWlDAWq5ChtCWa4JiI2ilA61CLGGfsvvKKerDI+ttUuW02LDNYxUjJC17rLHaYYn etlJ9MbIvfj74SujJ0Jgr1f174+sWuSkghkU/ESQ= Date: Thu, 11 Sep 2025 19:36:26 -0700 From: Andrew Morton To: Stephen Rothwell Cc: Konstantin Komarov , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: duplicate patch in the ntfs3 tree Message-Id: <20250911193626.8e4568d932a1013ef9c84df9@linux-foundation.org> In-Reply-To: <20250912113234.283d8e64@canb.auug.org.au> References: <20250912113234.283d8e64@canb.auug.org.au> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-next@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 12 Sep 2025 11:32:34 +1000 Stephen Rothwell wrote: > Hi all, > > The following commit is also in the mm-unstable tree as a different commit > (but the same patch): > > 7d460636b640 ("ntfs3: stop using write_cache_pages") > > This is commit > > 5c059d9d0947 ("ntfs3: stop using write_cache_pages") > > in the mm-unstable tree wher it is part of series. Well that's annoying. I am to redo the series to pretend that this patch was not part of it? A simple acked-by would have been so much more straightforward. I think I"ll retain the series as-is. git will sort it out. > BTW, Andrew, in mm-unstable "mm: remove write_cache_pages" and "bcachefs: > stop using write_cache_pages" appear to be in the wrong order? Ah, thanks, fixed.