[PATCH] move rmap BUG_ON outside DEBUG_VM
authorDave Jones <davej@redhat.com>
Wed, 11 Oct 2006 08:21:27 +0000 (01:21 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 11 Oct 2006 18:14:19 +0000 (11:14 -0700)
commitb16bc64d1aed40fb9cff9187061005b2a89b5d5d
treef6892377e9be2dcf1270f1158a1c325052b3b5c9
parent469340236a7c9673df3e6a2425f559517f01464e
[PATCH] move rmap BUG_ON outside DEBUG_VM

We have a persistent dribble of reports of this BUG triggering.  Its extended
diagnostics were recently made conditional on CONFIG_DEBUG_VM, which was a bad
idea - we want to know about it.

Signed-off-by: Dave Jones <davej@redhat.com>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Cc: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/rmap.c