From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756569AbcBQGdc (ORCPT ); Wed, 17 Feb 2016 01:33:32 -0500 Received: from mgwkm03.jp.fujitsu.com ([202.219.69.170]:14659 "EHLO mgwkm03.jp.fujitsu.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756478AbcBQGda (ORCPT ); Wed, 17 Feb 2016 01:33:30 -0500 X-Greylist: delayed 617 seconds by postgrey-1.27 at vger.kernel.org; Wed, 17 Feb 2016 01:33:30 EST To: , linux-mm From: Satoru Takeuchi Subject: [PATCH] mm: remove unnecessary description about a non-exist gfp flag Message-ID: <56C411A3.6090208@jp.fujitsu.com> Date: Wed, 17 Feb 2016 15:22:27 +0900 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-SecurityPolicyCheck-GC: OK by FENCE-Mail X-TM-AS-MML: disable Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Since __GFP_NOACCOUNT is removed by the following commit, its description is not necessary. commit 20b5c3039863 ("Revert 'gfp: add __GFP_NOACCOUNT'") Signed-off-by: Satoru Takeuchi --- include/linux/gfp.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/gfp.h b/include/linux/gfp.h index af1f2b2..7c76a6e 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h @@ -101,8 +101,6 @@ struct vm_area_struct; * * __GFP_NOMEMALLOC is used to explicitly forbid access to emergency reserves. * This takes precedence over the __GFP_MEMALLOC flag if both are set. - * - * __GFP_NOACCOUNT ignores the accounting for kmemcg limit enforcement. */ #define __GFP_ATOMIC ((__force gfp_t)___GFP_ATOMIC) #define __GFP_HIGH ((__force gfp_t)___GFP_HIGH) -- 2.5.0