]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/fork.c
autofs4: fix sparse warning in waitq.c:autofs4_expire_indirect()
[linux-2.6-omap-h63xx.git] / kernel / fork.c
index 068ffe007529155dfc7b6d199c2afbd9219d8b74..2bb675af4de30908b2dd1a22e745541e2bcbc3f5 100644 (file)
@@ -892,7 +892,7 @@ static int copy_signal(unsigned long clone_flags, struct task_struct *tsk)
        sig->group_exit_code = 0;
        sig->group_exit_task = NULL;
        sig->group_stop_count = 0;
-       sig->curr_target = NULL;
+       sig->curr_target = tsk;
        init_sigpending(&sig->shared_pending);
        INIT_LIST_HEAD(&sig->posix_timers);