Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759448AbXFRGeK (ORCPT ); Mon, 18 Jun 2007 02:34:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754254AbXFRGd5 (ORCPT ); Mon, 18 Jun 2007 02:33:57 -0400 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:41793 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755315AbXFRGd4 (ORCPT ); Mon, 18 Jun 2007 02:33:56 -0400 Date: Mon, 18 Jun 2007 15:33:21 +0900 From: Yasunori Goto To: Paul Mundt , Yasunori Goto , Andrew Morton , Sam Ravnborg , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm: More __meminit annotations. In-Reply-To: <20070618055842.GA17858@linux-sh.org> References: <20070618143943.B108.Y-GOTO@jp.fujitsu.com> <20070618055842.GA17858@linux-sh.org> X-Mailer-Plugin: BkASPil for Becky!2 Ver.2.068 Message-Id: <20070618151544.B10A.Y-GOTO@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.27 [ja] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1220 Lines: 32 > On Mon, Jun 18, 2007 at 02:49:24PM +0900, Yasunori Goto wrote: > > > -static inline unsigned long zone_absent_pages_in_node(int nid, > > > +static inline unsigned long __meminit zone_absent_pages_in_node(int nid, > > > unsigned long zone_type, > > > unsigned long *zholes_size) > > > { > > > > I thought __meminit is not effective for these static functions, > > because they are inlined function. So, it depends on caller's > > defenition. Is it wrong? > > > Ah, that's possible, I hadn't considered that. It seems to be a bit more > obvious what the intention is if it's annotated, especially as this is > the convention that's used by the rest of mm/page_alloc.c. A bit more > consistent, if nothing more. I'm not sure which is intended. I found some functions define both __init and inline in kernel tree. And probably, some functions don't do it. So, it seems there is no convention. I'm Okay if you prefer both defined. :-) -- Yasunori Goto - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/