diff options
-rw-r--r-- | fs/ext4/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 9f1ae6b36502..b8d5fc10d8c0 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -539,6 +539,7 @@ void __ext4_error(struct super_block *sb, const char *function, | |||
539 | printk(KERN_CRIT "EXT4-fs error (device %s): %s:%d: comm %s: %pV\n", | 539 | printk(KERN_CRIT "EXT4-fs error (device %s): %s:%d: comm %s: %pV\n", |
540 | sb->s_id, function, line, current->comm, &vaf); | 540 | sb->s_id, function, line, current->comm, &vaf); |
541 | va_end(args); | 541 | va_end(args); |
542 | save_error_info(sb, function, line); | ||
542 | 543 | ||
543 | ext4_handle_error(sb); | 544 | ext4_handle_error(sb); |
544 | } | 545 | } |