We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93997f6 commit fb96c47Copy full SHA for fb96c47
fs/coredump.c
@@ -522,7 +522,7 @@ void do_coredump(siginfo_t *siginfo)
522
523
ispipe = format_corename(&cn, &cprm);
524
525
- if (ispipe) {
+ if (ispipe) {
526
int dump_count;
527
char **helper_argv;
528
@@ -576,10 +576,10 @@ void do_coredump(siginfo_t *siginfo)
576
NULL, &cprm);
577
argv_free(helper_argv);
578
if (retval) {
579
- printk(KERN_INFO "Core dump to %s pipe failed\n",
+ printk(KERN_INFO "Core dump to %s pipe failed\n",
580
cn.corename);
581
goto close_fail;
582
- }
+ }
583
} else {
584
struct inode *inode;
585
0 commit comments