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 C5F4AC77B7A for ; Thu, 25 May 2023 04:04:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238441AbjEYEEs (ORCPT ); Thu, 25 May 2023 00:04:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237808AbjEYEEC (ORCPT ); Thu, 25 May 2023 00:04:02 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5FEF7E44; Wed, 24 May 2023 21:03:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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=KuZ2KYM2jWDD/OX38Fvk42dRb2v8pjevr29ZRoRBdOE=; b=QSth0rOsvPstkMxGf0N/W1fbCv fxciovskUNtLVdGWzlapH3lg1mlld7V5A55e0oNPXGtuY21XegqQFwQ2ErBlYfyaJW/+V1vA9XzJY 4EyQ/6TTYVfXsATxcyUXsVNUkbPZeiLRNtfKoZ1u1+FybgaHOJpkDX4O/c+aE/GZwHO5mhsRwTMC+ yUe303M/vscxDYFCRbCALvPSxlMf/oWGvny7Fw7ZqDqDTmrb1NubMAhXzVDd+A+qIVHPAelTz811R dLEGrWEhlPV6Q1Pnd5MBi6sEfGpKLA/wildizYmbjXtXlcJL9S4yyCUpTBrMpENKcwDT7/MoVpErI dlBgEGNQ==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1q22Cg-00BpFW-B2; Thu, 25 May 2023 04:03:54 +0000 Date: Thu, 25 May 2023 05:03:54 +0100 From: Matthew Wilcox To: Anshuman Khandual Cc: linux-arch@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 29/36] mm: Remove page_mapping_file() Message-ID: References: <20230315051444.3229621-1-willy@infradead.org> <20230315051444.3229621-30-willy@infradead.org> 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-arch@vger.kernel.org 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?