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 CA465C433F5 for ; Thu, 21 Apr 2022 18:28:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241045AbiDUSau (ORCPT ); Thu, 21 Apr 2022 14:30:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52176 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1389167AbiDUSaq (ORCPT ); Thu, 21 Apr 2022 14:30:46 -0400 Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B4F0277; Thu, 21 Apr 2022 11:27:56 -0700 (PDT) Date: Thu, 21 Apr 2022 11:27:49 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1650565674; 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=NLNyYOb3KLGGVorwsN8XSXsL2aBq/Eak31L0IM28kbY=; b=WXc9PPWlfnoWGuoV9R1mzgCuJPRJaSm/d6dMbgm9Is9eDUq9uvc5xXqmz+VUIl33nQ8Llr rjwy+CbrlzOjMBE9ycR3KCbpL/NpjwWOpIFMhBycu/uXDRMrrraouu3GI0bPwD2eu2kWHj G88okiSLmUCFFaNdFPxdTEPnOncZpZo= 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 , Wang Weiyang , cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH -next] mm/memcontrol.c: remove unused private flag of memory.oom_control Message-ID: References: <20220421122755.40899-1-lujialin4@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220421122755.40899-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:27:55PM +0800, Lu Jialin wrote: > There is no use for the private value, __OOM_TYPE and OOM notifier > OOM_CONTROL. Therefore remove them to make the code clean. > > Signed-off-by: Lu Jialin Acked-by: Roman Gushchin