From mboxrd@z Thu Jan 1 00:00:00 1970 From: KOSAKI Motohiro Subject: Re: [PATCH 2/4] mm: account_page_writeback added Date: Fri, 20 Aug 2010 19:08:40 +0900 (JST) Message-ID: <20100820190803.6009.A69D9226@jp.fujitsu.com> References: <1282296689-25618-3-git-send-email-mrubin@google.com> <20100820094525.GB8440@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: kosaki.motohiro@jp.fujitsu.com, Michael Rubin , "linux-kernel@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" , "linux-mm@kvack.org" , "jack@suse.cz" , "riel@redhat.com" , "akpm@linux-foundation.org" , "david@fromorbit.com" , "npiggin@kernel.dk" , "hch@lst.de" , "axboe@kernel.dk" To: Wu Fengguang Return-path: In-Reply-To: <20100820094525.GB8440@localhost> Sender: owner-linux-mm@kvack.org List-Id: linux-fsdevel.vger.kernel.org > I'm not sure this should be an inline function, just a reminder. > Even with one more inc_zone_page_state() in next patch. > > > +void account_page_writeback(struct page *page) > > +{ > > + inc_zone_page_state(page, NR_WRITEBACK); > > +} > > +EXPORT_SYMBOL(account_page_writeback); Personally, I like inline. but it's no big matter. Reviewed-by: KOSAKI Motohiro -- 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