diff options
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index cc8201180b30..85b3dd60169b 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -428,9 +428,9 @@ void __ext4_error(struct super_block *sb, const char *function, | |||
428 | ext4_handle_error(sb); | 428 | ext4_handle_error(sb); |
429 | } | 429 | } |
430 | 430 | ||
431 | void ext4_error_inode(struct inode *inode, const char *function, | 431 | void __ext4_error_inode(struct inode *inode, const char *function, |
432 | unsigned int line, ext4_fsblk_t block, | 432 | unsigned int line, ext4_fsblk_t block, |
433 | const char *fmt, ...) | 433 | const char *fmt, ...) |
434 | { | 434 | { |
435 | va_list args; | 435 | va_list args; |
436 | struct va_format vaf; | 436 | struct va_format vaf; |
@@ -457,9 +457,9 @@ void ext4_error_inode(struct inode *inode, const char *function, | |||
457 | ext4_handle_error(inode->i_sb); | 457 | ext4_handle_error(inode->i_sb); |
458 | } | 458 | } |
459 | 459 | ||
460 | void ext4_error_file(struct file *file, const char *function, | 460 | void __ext4_error_file(struct file *file, const char *function, |
461 | unsigned int line, ext4_fsblk_t block, | 461 | unsigned int line, ext4_fsblk_t block, |
462 | const char *fmt, ...) | 462 | const char *fmt, ...) |
463 | { | 463 | { |
464 | va_list args; | 464 | va_list args; |
465 | struct va_format vaf; | 465 | struct va_format vaf; |
@@ -591,7 +591,8 @@ void __ext4_abort(struct super_block *sb, const char *function, | |||
591 | panic("EXT4-fs panic from previous error\n"); | 591 | panic("EXT4-fs panic from previous error\n"); |
592 | } | 592 | } |
593 | 593 | ||
594 | void ext4_msg(struct super_block *sb, const char *prefix, const char *fmt, ...) | 594 | void __ext4_msg(struct super_block *sb, |
595 | const char *prefix, const char *fmt, ...) | ||
595 | { | 596 | { |
596 | struct va_format vaf; | 597 | struct va_format vaf; |
597 | va_list args; | 598 | va_list args; |