]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit04fe4b9a5b2e2ecc98fb632e0fb0c8fa954536ba
treede185e86dd6456c251d4a512acd5bab7c19a3a3c
parentb801c84bdb0432b1626a9677e3018add7d5bd20c
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