Commit 0fafb1f8 authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov Committed by Ben Hutchings
Browse files

mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ON



commit e4c5800a upstream.

This check effectively catches anon vma hierarchy inconsistence and some
vma corruptions.  It was effective for catching corner cases in anon vma
reusing logic.  For now this code seems stable so check could be hidden
under CONFIG_DEBUG_VM and replaced with WARN because it's not so fatal.

Signed-off-by: default avatarKonstantin Khlebnikov <khlebnikov@yandex-team.ru>
Suggested-by: default avatarVasily Averin <vvs@virtuozzo.com>
Acked-by: default avatarVlastimil Babka <vbabka@suse.cz>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 014ecb13
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment