Skip to content
Commit 8de5c325 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

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: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent b6e96d00
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment