]> git.neil.brown.name Git - history.git/commit
[PATCH] slab reclaim accounting fix
authorAndrew Morton <akpm@osdl.org>
Mon, 29 Dec 2003 13:53:17 +0000 (05:53 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Mon, 29 Dec 2003 13:53:17 +0000 (05:53 -0800)
commit1cdf0eef0da7e893a3b7adafd907d97fcc79d317
treea839a0edd2e9610debaab3948336b2bca6afdc15
parent162bc7d1275721eeee98e2321f3ec03b57ac56fc
[PATCH] slab reclaim accounting fix

From: Manfred Spraul <manfred@colorfullife.com>

slab_reclaim_pages is increased even if get_free_pages fails.  The attached
patch moves the update to the correct position.
mm/slab.c