From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by kanga.kvack.org (Postfix) with ESMTP id B3A2F6B0038 for ; Wed, 8 Jul 2015 11:44:05 -0400 (EDT) Received: by pdrg1 with SMTP id g1so16241766pdr.2 for ; Wed, 08 Jul 2015 08:44:05 -0700 (PDT) Received: from mx2.parallels.com (mx2.parallels.com. [199.115.105.18]) by mx.google.com with ESMTPS id nj4si4674766pbc.197.2015.07.08.08.44.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 08:44:05 -0700 (PDT) Date: Wed, 8 Jul 2015 18:43:57 +0300 From: Vladimir Davydov Subject: Re: [PATCH 3/8] memcg: get rid of extern for functions in memcontrol.h Message-ID: <20150708154356.GC2436@esperanza> References: <1436358472-29137-1-git-send-email-mhocko@kernel.org> <1436358472-29137-4-git-send-email-mhocko@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1436358472-29137-4-git-send-email-mhocko@kernel.org> Sender: owner-linux-mm@kvack.org List-ID: To: Michal Hocko Cc: Johannes Weiner , Andrew Morton , Tejun Heo , Oleg Nesterov , Greg Thelen , KAMEZAWA Hiroyuki , KOSAKI Motohiro , linux-mm@kvack.org, LKML , Michal Hocko On Wed, Jul 08, 2015 at 02:27:47PM +0200, Michal Hocko wrote: > From: Michal Hocko > > Most of the exported functions in this header are not marked extern so > change the rest to follow the same style. > > Signed-off-by: Michal Hocko Reviewed-by: Vladimir Davydov -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org