ext4: use KERN_WARNING for warning messages
authorTheodore Ts'o <tytso@mit.edu>
Thu, 14 Feb 2013 20:11:41 +0000 (15:11 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 14 Feb 2013 20:11:41 +0000 (15:11 -0500)
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" <tytso@mit.edu>

No differences found