From: Sasha Levin Date: Tue, 9 Sep 2014 21:50:59 +0000 (-0700) Subject: mm/mmap.c: use pr_emerg when printing BUG related information X-Git-Tag: fixes-for-v3.18-merge-window~152^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8542bdfc6632b55aa1cf4fa255283c878b662499;p=pandora-kernel.git mm/mmap.c: use pr_emerg when printing BUG related information Make sure we actually see the output of validate_mm() and browse_rb() before triggering a BUG(). pr_info isn't shown by default so the reason for the BUG() isn't obvious. Signed-off-by: Sasha Levin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed