]> git.baikalelectronics.ru Git - kernel.git/commit
vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()
authorChristoph Lameter <cl@linux.com>
Fri, 18 Apr 2014 22:07:10 +0000 (15:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Apr 2014 23:40:07 +0000 (16:40 -0700)
commitd6f2ae04311a9917d7a8ffa7aca39a8de94bc366
tree50f9e52cc49640bcadc18649ee8c4a9c9035641b
parent934310c989e2af3ef85d626697a36d31bae671e1
vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()

Seems to be called with preemption enabled.  Therefore it must use
mod_zone_page_state instead.

Signed-off-by: Christoph Lameter <cl@linux.com>
Reported-by: Grygorii Strashko <grygorii.strashko@ti.com>
Tested-by: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Tejun Heo <tj@kernel.org>
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmscan.c