From: Chandra Seetharaman Date: Fri, 29 Sep 2006 09:01:25 +0000 (-0700) Subject: [PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-added X-Git-Tag: v2.6.19-rc1~682 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d1d43f6a43b703587e759145f69467e7c6553a7;p=pandora-kernel.git [PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-added ratelimit_pages in page-writeback.c is recalculated (in set_ratelimit()) every time a CPU is hot-added/removed. But this value is not recalculated when new pages are hot-added. This patch fixes that problem by calling set_ratelimit() when new pages are hot-added. [akpm@osdl.org: cleanups] Signed-off-by: Chandra Seetharaman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed