> 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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>