]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/exec.c
crypto: sahara - checking the wrong variable
[karo-tx-linux.git] / fs / exec.c
index 396aec2dae90472ae302f7a05d5ae2b14598643f..9c73def87642fc8f36624b7fa525504541a59a04 100644 (file)
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -932,6 +932,7 @@ static int de_thread(struct task_struct *tsk)
                 * also take its birthdate (always earlier than our own).
                 */
                tsk->start_time = leader->start_time;
+               tsk->real_start_time = leader->real_start_time;
 
                BUG_ON(!same_thread_group(leader, tsk));
                BUG_ON(has_group_leader_pid(tsk));