commit | 689bcebfda16d7bace742740bfb3137fff30b529 | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Mon Nov 21 21:32:20 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Nov 22 09:13:42 2005 -0800 |
tree | 7a7c1f583ed2c4838244650d83b53557ec1a8efa | |
parent | f57e88a8d83de8d844b57e16b84d2f762fe9f092 [diff] |
[PATCH] unpaged: PG_reserved bad_page It used to be the case that PG_reserved pages were silently never freed, but in 2.6.15-rc1 they may be freed with a "Bad page state" message. We should work through such cases as they appear, fixing the code; but for now it's safer to issue the message without freeing the page, leaving PG_reserved set. Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>