commit | 1693918e0b6988cf5eb93b7da34f30e94360a379 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Sep 26 17:43:59 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Sep 26 17:43:59 2009 -0400 |
tree | de185e86dd6456c251d4a512acd5bab7c19a3a3c | |
parent | 8365388827663bd6fb773e3623ed9023c0f82b1d [diff] |
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>