]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/binfmt_elf.c
[PATCH] knfsd: make sure svc_process call the correct pg_authenticate for multi-servi...
[karo-tx-linux.git] / fs / binfmt_elf.c
index 918ccc267e4163eb4f9233fadfe073485094252e..6fa6adc409726e8b79038bbdac31e510e248fed7 100644 (file)
@@ -1502,9 +1502,7 @@ static int elf_core_dump(long signr, struct pt_regs * regs, struct file * file)
        fill_psinfo(psinfo, current->group_leader, current->mm);
        fill_note(notes +1, "CORE", NT_PRPSINFO, sizeof(*psinfo), psinfo);
        
-       fill_note(notes +2, "CORE", NT_TASKSTRUCT, sizeof(*current), current);
-  
-       numnote = 3;
+       numnote = 2;
 
        auxv = (elf_addr_t *) current->mm->saved_auxv;