]> Pileus Git - ~andy/linux/commit
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)
commit8de5c325b4ee7d5b23b95edd28b81c9a2a9f427f
treec1b0b034636b021a4570496c3f34b9e222316ff7
parentb6e96d0067d81f6a300bedee661b5ece8164e210
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" <tytso@mit.edu>
fs/ext4/ialloc.c
fs/ext4/inode.c