Merge to Fedora kernel-2.6.18-1.2239_FC5 patched with stable patch-2.6.18.2-vs2.0...
[linux-2.6.git] / include / linux / tracehook.h
index 3cadfa5..70f88ae 100644 (file)
@@ -646,7 +646,7 @@ static inline void tracehook_report_clone_complete(unsigned long clone_flags,
 {
 #ifdef CONFIG_UTRACE
        if (current->utrace_flags & UTRACE_ACTION_QUIESCE)
-               utrace_quiescent(current);
+               utrace_quiescent(current, NULL);
 #endif
 }