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)
commit1693918e0b6988cf5eb93b7da34f30e94360a379
treede185e86dd6456c251d4a512acd5bab7c19a3a3c
parent8365388827663bd6fb773e3623ed9023c0f82b1d
ext4: Use ext4_msg() for ext4_da_writepage() errors

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>
fs/ext4/inode.c