aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-05-04 18:16:42 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-05-04 18:16:42 -0700
commitfb2fc47c4dd051833153801b4de2ee7e1b8b8917 (patch)
treee4365030ea592d03897763fa90ae9991124bb348 /mm
parentd6fb7d8fcbb8df83e10f736911f92d64138d11b6 (diff)
downloadhistory-fb2fc47c4dd051833153801b4de2ee7e1b8b8917.tar.gz
[PATCH] page_mapping race fix
From: Hugh Dickins <hugh@veritas.com> Remove this development-only debug code - Hugh thinks that its BUG_ON() can trigger by accident.
Diffstat (limited to 'mm')
-rw-r--r--mm/rmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/rmap.c b/mm/rmap.c
index 24e09e3bb082c9..5577805ae992b6 100644
--- a/mm/rmap.c
+++ b/mm/rmap.c
@@ -39,7 +39,7 @@
* Something oopsable to put for now in the page->mapping
* of an anonymous page, to test that it is ignored.
*/
-#define ANON_MAPPING_DEBUG ((struct address_space *) 0xADB)
+#define ANON_MAPPING_DEBUG ((struct address_space *) 0)
static inline void clear_page_anon(struct page *page)
{