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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 57AEFC43214 for ; Fri, 13 Aug 2021 23:05:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3BC5E610CF for ; Fri, 13 Aug 2021 23:05:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235429AbhHMXGC (ORCPT ); Fri, 13 Aug 2021 19:06:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235029AbhHMXF6 (ORCPT ); Fri, 13 Aug 2021 19:05:58 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 94770C061756; Fri, 13 Aug 2021 16:05:31 -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=uAZTMo4Rfh5y3K2qzERRkfKi4Wt3yJD428edoeLiOiE=; b=fnL0JZj/h9CM/tXv8idY37OUly gB+cG/25fu0ElSyUDuFgAxX0/ykzuE3WUhpiITZYujBFcwLwzWiYrQCDbquS05vWMOIRRqCVAnNI6 k6VB8ThQL/LYUVlDQ4WjOvSEYIVdliSPeAbdt4wYAIom28EzFCbEWcuht1iXf9HQnIO57E0kPy9cl vlAU54B5l/elAKbNGUc+6jDyn+4At0zARrv4tNWI3FdhueIr76hSSP/OW8mOdkzjVe4vLaUsaiZ0e IBMIOBoe/UXsr3H5NR7aTjyJLRrOS1/OswuxRf+vxgYv0d2iEUYC7BhYWfCN3J/qZq2kPdTi4Ci9h USR+0nqQ==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mEgE2-00GADO-FD; Fri, 13 Aug 2021 23:04:36 +0000 Date: Sat, 14 Aug 2021 00:04:30 +0100 From: Matthew Wilcox To: Vlastimil Babka Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, Christoph Hellwig Subject: Re: [PATCH v14 038/138] mm/memcg: Add folio_memcg() and related functions Message-ID: References: <20210715033704.692967-1-willy@infradead.org> <20210715033704.692967-39-willy@infradead.org> <1eb08e30-3a84-eaae-e9ee-07d59cbde807@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1eb08e30-3a84-eaae-e9ee-07d59cbde807@suse.cz> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 11, 2021 at 12:32:45PM +0200, Vlastimil Babka wrote: > > static inline bool PageMemcgKmem(struct page *page); > > I think this fwd declaration is no longer needed. I agree. Deleted.