aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2012-03-19 23:41:49 -0400
committerTheodore Ts'o <tytso@mit.edu>2012-03-19 23:41:49 -0400
commit92b9781658dba287a1354ad74ed351f68c3ee740 (patch)
tree1dc2a11343544374321bf18340b0bf886c898f97 /fs/ext4/super.c
parentd9ee81da93e86ac45aef30b2493a1e68fc71b9d0 (diff)
ext4: change some printk() calls to use ext4_msg() instead
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r--fs/ext4/super.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 11dfaad232cf..1e26f4a0b555 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -376,7 +376,7 @@ void ext4_journal_abort_handle(const char *caller, unsigned int line,
376 if (is_handle_aborted(handle)) 376 if (is_handle_aborted(handle))
377 return; 377 return;
378 378
379 printk(KERN_ERR "%s:%d: aborting transaction: %s in %s\n", 379 printk(KERN_ERR "EXT4-fs: %s:%d: aborting transaction: %s in %s\n",
380 caller, line, errstr, err_fn); 380 caller, line, errstr, err_fn);
381 381
382 jbd2_journal_abort_handle(handle); 382 jbd2_journal_abort_handle(handle);
@@ -2809,7 +2809,7 @@ static int ext4_run_lazyinit_thread(void)
2809 ext4_clear_request_list(); 2809 ext4_clear_request_list();
2810 kfree(ext4_li_info); 2810 kfree(ext4_li_info);
2811 ext4_li_info = NULL; 2811 ext4_li_info = NULL;
2812 printk(KERN_CRIT "EXT4: error %d creating inode table " 2812 printk(KERN_CRIT "EXT4-fs: error %d creating inode table "
2813 "initialization thread\n", 2813 "initialization thread\n",
2814 err); 2814 err);
2815 return err; 2815 return err;