Re: [patch 01/10] mm: vmstat: fix UP zone state accounting

2014-02-05 Thread Andrew Morton
On Mon, 3 Feb 2014 19:53:33 -0500 Johannes Weiner wrote: > Fengguang Wu's build testing spotted problems with inc_zone_state() > and dec_zone_state() on UP configurations in out-of-tree patches. > > inc_zone_state() is declared but not defined, dec_zone_state() is > missing entirely. > > Just

Re: [patch 01/10] mm: vmstat: fix UP zone state accounting

2014-02-05 Thread Andrew Morton
On Mon, 3 Feb 2014 19:53:33 -0500 Johannes Weiner han...@cmpxchg.org wrote: Fengguang Wu's build testing spotted problems with inc_zone_state() and dec_zone_state() on UP configurations in out-of-tree patches. inc_zone_state() is declared but not defined, dec_zone_state() is missing

[patch 01/10] mm: vmstat: fix UP zone state accounting

2014-02-03 Thread Johannes Weiner
Fengguang Wu's build testing spotted problems with inc_zone_state() and dec_zone_state() on UP configurations in out-of-tree patches. inc_zone_state() is declared but not defined, dec_zone_state() is missing entirely. Just like with *_zone_page_state(), they can be defined like their

[patch 01/10] mm: vmstat: fix UP zone state accounting

2014-02-03 Thread Johannes Weiner
Fengguang Wu's build testing spotted problems with inc_zone_state() and dec_zone_state() on UP configurations in out-of-tree patches. inc_zone_state() is declared but not defined, dec_zone_state() is missing entirely. Just like with *_zone_page_state(), they can be defined like their