ext4: change some printk() calls to use ext4_msg() instead
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
@@ -376,7 +376,7 @@ void ext4_journal_abort_handle(const char *caller, unsigned int line,
|
||||
if (is_handle_aborted(handle))
|
||||
return;
|
||||
|
||||
printk(KERN_ERR "%s:%d: aborting transaction: %s in %s\n",
|
||||
printk(KERN_ERR "EXT4-fs: %s:%d: aborting transaction: %s in %s\n",
|
||||
caller, line, errstr, err_fn);
|
||||
|
||||
jbd2_journal_abort_handle(handle);
|
||||
@@ -2809,7 +2809,7 @@ static int ext4_run_lazyinit_thread(void)
|
||||
ext4_clear_request_list();
|
||||
kfree(ext4_li_info);
|
||||
ext4_li_info = NULL;
|
||||
printk(KERN_CRIT "EXT4: error %d creating inode table "
|
||||
printk(KERN_CRIT "EXT4-fs: error %d creating inode table "
|
||||
"initialization thread\n",
|
||||
err);
|
||||
return err;
|
||||
|
Reference in New Issue
Block a user