commit | 334795eca421287c41c257992027d29659dc0f97 | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Tue Jun 21 17:15:08 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue Jun 21 18:46:19 2005 -0700 |
tree | c371467bea94f77bd340730c9cac724cca194b20 | |
parent | 45918e1a8bfcabc1cb4570b8df276655020eac45 [diff] |
[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 <hugh@veritas.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>