ext4: Use ext4_msg() for ext4_da_writepage() errors
authorTheodore Ts'o <tytso@mit.edu>
Sat, 26 Sep 2009 21:43:59 +0000 (17:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 26 Sep 2009 21:43:59 +0000 (17:43 -0400)
This allows the user to see what filesystem was involved with a
particular ext4_da_writepage() error.  Also, use KERN_CRIT which is
more appropriate than KERN_EMERG.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found