diff options
Diffstat (limited to 'fs/coredump.c')
-rw-r--r-- | fs/coredump.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/coredump.c b/fs/coredump.c index c6479658d487..7dfb3b062e24 100644 --- a/fs/coredump.c +++ b/fs/coredump.c | |||
@@ -522,7 +522,7 @@ void do_coredump(siginfo_t *siginfo) | |||
522 | 522 | ||
523 | ispipe = format_corename(&cn, &cprm); | 523 | ispipe = format_corename(&cn, &cprm); |
524 | 524 | ||
525 | if (ispipe) { | 525 | if (ispipe) { |
526 | int dump_count; | 526 | int dump_count; |
527 | char **helper_argv; | 527 | char **helper_argv; |
528 | 528 | ||
@@ -576,10 +576,10 @@ void do_coredump(siginfo_t *siginfo) | |||
576 | NULL, &cprm); | 576 | NULL, &cprm); |
577 | argv_free(helper_argv); | 577 | argv_free(helper_argv); |
578 | if (retval) { | 578 | if (retval) { |
579 | printk(KERN_INFO "Core dump to %s pipe failed\n", | 579 | printk(KERN_INFO "Core dump to %s pipe failed\n", |
580 | cn.corename); | 580 | cn.corename); |
581 | goto close_fail; | 581 | goto close_fail; |
582 | } | 582 | } |
583 | } else { | 583 | } else { |
584 | struct inode *inode; | 584 | struct inode *inode; |
585 | 585 | ||