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 A635AC433F5 for ; Thu, 21 Apr 2022 18:23:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1391215AbiDUS0W (ORCPT ); Thu, 21 Apr 2022 14:26:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46710 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377142AbiDUS0U (ORCPT ); Thu, 21 Apr 2022 14:26:20 -0400 Received: from out1.migadu.com (out1.migadu.com [IPv6:2001:41d0:2:863f::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 91C0849259; Thu, 21 Apr 2022 11:23:29 -0700 (PDT) Date: Thu, 21 Apr 2022 11:23:22 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1650565408; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=YIa5soDBi1Ey1JpoFC00xu4CdnKdTNoCVLlSrOEyJHA=; b=rLUW31KQXVqJ4gmKuv+FfgLV44BDnDfmsT9gI0IjdHUJ8PxJZGj3vmJahKFtDYEEynFS6S i0uh61AdEuViShIPzJ/AGUoHmWtd/O8zMr5ZUz7fW4KX03xsgB2bXufPWkzUjnM+wKB2h+ NwA9+MdwN06miLtR2YvggqgIwkyXqJ0= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Roman Gushchin To: Lu Jialin Cc: Johannes Weiner , Andrew Morton , Michal Hocko , Shakeel Butt , Muchun Song , Matthew Wilcox , Yang Shi , Suren Baghdasaryan , Vlastimil Babka , Wang Weiyang , cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH -next] mm/memcontrol.c: make cgroup_memory_noswap static Message-ID: References: <20220421124736.62180-1-lujialin4@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220421124736.62180-1-lujialin4@huawei.com> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: linux.dev Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 21, 2022 at 08:47:36PM +0800, Lu Jialin wrote: > cgroup_memory_noswap is only used in mm/memcontrol.c, therefore just make > it static, and remove export in include/linux/memcontrol.h > > Signed-off-by: Lu Jialin Acked-by: Roman Gushchin Thanks!