Re: [PATCH 2/4] mm: account_page_writeback added

From: KOSAKI Motohiro
Date: Fri Aug 20 2010 - 06:08:50 EST


> 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 <kosaki.motohiro@xxxxxxxxxxxxxx>




--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/