Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / kernel / ptrace.c
index ad5df5a..78119a7 100644 (file)
@@ -111,10 +111,6 @@ int ptrace_check_attach(struct task_struct *child, int kill)
        }
        read_unlock(&tasklist_lock);
 
-       if (!ret && !kill) {
-               wait_task_inactive(child);
-       }
-
        /* All systems go.. */
        return ret;
 }