From: Theodore Ts'o Date: Thu, 14 Feb 2013 20:11:41 +0000 (-0500) Subject: ext4: use KERN_WARNING for warning messages X-Git-Tag: v3.9-rc1~64^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8de5c325b4ee7d5b23b95edd28b81c9a2a9f427f;p=pandora-kernel.git ext4: use KERN_WARNING for warning messages Some messages printed related to a WARN_ON(1) were printed using KERN_NOTICE. Use KERN_WARNING or ext4_warning() instead so that context related to the WARN_ON() is printed at the same printk warning level (and log files, etc.) Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed