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 2F35EEB64DD for ; Sun, 2 Jul 2023 00:02:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229981AbjGBACK (ORCPT ); Sat, 1 Jul 2023 20:02:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229684AbjGBACI (ORCPT ); Sat, 1 Jul 2023 20:02:08 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F4E91725 for ; Sat, 1 Jul 2023 17:02:07 -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=R0KXdTM+U+RgYWhEOtgdyHpkK7ky0GzNiiR/kTynaEc=; b=EHDfPmtheSsLTu8cHYzmhB6VQC adgB2KZmpTP8qS7mect8GNl02heToZBmIa4/+DZqxxOTLWeouDsfsERoAt2uNN/bzUMJhAdkfmALW 6QhPCmD5RyEh3Qb6CySHROCgolKELdqD0GyEq5WRp5ohv3dEK2iwChtF8cgR8GtjXLD2ucSlGp9Lu XD11svEuoYsIHo6ym5V2XWdooBVQPhhfrfJT8xzd0noG+qWbAwTrOkUSh8Uyv4Q7mqmox9fDP/Nkx Wc3aKLrtKC+oNM2RXNk9UVVBrNWtqQxzzHM3JevHb4duFh3pIqSdn21OX6TQ/Umnc5aph4QE3CG1v va5n11ew==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1qFkXS-006xkl-6r; Sun, 02 Jul 2023 00:02:02 +0000 Date: Sun, 2 Jul 2023 01:02:02 +0100 From: Matthew Wilcox To: Peng Zhang Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, sidhartha.kumar@oracle.com, akpm@linux-foundation.org, wangkefeng.wang@huawei.com, sunnanyong@huawei.com Subject: Re: [PATCH v2 2/2] mm: remove page_rmapping() Message-ID: References: <20230701032853.258697-1-zhangpeng362@huawei.com> <20230701032853.258697-3-zhangpeng362@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230701032853.258697-3-zhangpeng362@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 01, 2023 at 11:28:53AM +0800, Peng Zhang wrote: > From: ZhangPeng > > After converting the last user to folio_raw_mapping(), we can safely > remove the function. > > Signed-off-by: ZhangPeng > Reviewed-by: Sidhartha Kumar Thank you! Reviewed-by: Matthew Wilcox (Oracle)