From: Hugh Dickins Date: Wed, 22 Jun 2005 00:15:08 +0000 (-0700) Subject: [PATCH] bad_page: clear reclaim and slab X-Git-Tag: v2.6.13-rc4~130^2~202^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=334795eca421287c41c257992027d29659dc0f97;p=pandora-kernel.git [PATCH] bad_page: clear reclaim and slab Since free_pages_check complains if PG_reclaim or PG_slab is set, bad_page ought to clear them to avoid repetitive reports (Nikita noticed this too). Let prep_new_page check page_count and PG_slab as free_pages_check does. Signed-off-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed