diff options
author | Alexey Dobriyan <adobriyan@sw.ru> | 2007-10-16 04:23:45 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:42:49 -0400 |
commit | 1bcf548293aef19b0797348332cf1dfbf2116cef (patch) | |
tree | 80b2535e3dd2a6d23c15b91e10cae227310a44ee /arch/s390/kernel/ptrace.c | |
parent | e6716b87d5c9edf19c711212785cd30c6ec21868 (diff) |
Consolidate PTRACE_DETACH
Identical handlers of PTRACE_DETACH go into ptrace_request().
Not touching compat code.
Not touching archs that don't call ptrace_request.
Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Acked-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/s390/kernel/ptrace.c')
-rw-r--r-- | arch/s390/kernel/ptrace.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/s390/kernel/ptrace.c b/arch/s390/kernel/ptrace.c index f4503ca27630..1d81bf9488ae 100644 --- a/arch/s390/kernel/ptrace.c +++ b/arch/s390/kernel/ptrace.c | |||
@@ -683,11 +683,6 @@ do_ptrace(struct task_struct *child, long request, long addr, long data) | |||
683 | wake_up_process(child); | 683 | wake_up_process(child); |
684 | return 0; | 684 | return 0; |
685 | 685 | ||
686 | case PTRACE_DETACH: | ||
687 | /* detach a process that was attached. */ | ||
688 | return ptrace_detach(child, data); | ||
689 | |||
690 | |||
691 | /* Do requests that differ for 31/64 bit */ | 686 | /* Do requests that differ for 31/64 bit */ |
692 | default: | 687 | default: |
693 | #ifdef CONFIG_COMPAT | 688 | #ifdef CONFIG_COMPAT |