diff options
Diffstat (limited to 'fs')
-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 be6c0ccd822..113b1076844 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -433,6 +433,7 @@ void __ext4_error(struct super_block *sb, const char *function, | |||
433 | printk(KERN_CRIT "EXT4-fs error (device %s): %s:%d: comm %s: %pV\n", | 433 | printk(KERN_CRIT "EXT4-fs error (device %s): %s:%d: comm %s: %pV\n", |
434 | sb->s_id, function, line, current->comm, &vaf); | 434 | sb->s_id, function, line, current->comm, &vaf); |
435 | va_end(args); | 435 | va_end(args); |
436 | save_error_info(sb, function, line); | ||
436 | 437 | ||
437 | ext4_handle_error(sb); | 438 | ext4_handle_error(sb); |
438 | } | 439 | } |