git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6e96d0
)
ext4: use KERN_WARNING for warning messages
author
Theodore Ts'o
<tytso@mit.edu>
Thu, 14 Feb 2013 20:11:41 +0000
(15:11 -0500)
committer
Theodore 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