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 3192FC77B7E for ; Thu, 25 May 2023 04:47:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235252AbjEYErC (ORCPT ); Thu, 25 May 2023 00:47:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52330 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229616AbjEYEq7 (ORCPT ); Thu, 25 May 2023 00:46:59 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B7F98B2; Wed, 24 May 2023 21:46:58 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 96ECF1042; Wed, 24 May 2023 21:47:43 -0700 (PDT) Received: from [10.162.43.6] (unknown [10.162.43.6]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 848443F67D; Wed, 24 May 2023 21:46:56 -0700 (PDT) Message-ID: <61ee5151-4903-70bf-9f72-fe46123de68d@arm.com> Date: Thu, 25 May 2023 10:16:53 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH v4 29/36] mm: Remove page_mapping_file() Content-Language: en-US To: Matthew Wilcox Cc: linux-arch@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <20230315051444.3229621-1-willy@infradead.org> <20230315051444.3229621-30-willy@infradead.org> From: Anshuman Khandual In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/25/23 09:33, Matthew Wilcox wrote: > On Thu, May 25, 2023 at 09:20:47AM +0530, Anshuman Khandual wrote: >> >> >> On 3/15/23 10:44, Matthew Wilcox (Oracle) wrote: >>> This function has no more users. >> >> On v6.4-rc3, there are still some users. Am I looking into a wrong >> tree/branch/tag ? > > Did you apply patches 1-28 before grepping? Ahh, my bad. I had applied the generic MM ones and arm64 one to test.