mm/gup: introduce pin_user_pages*() and FOLL_PIN
[linux-2.6-microblaze.git] / fs / exec.c
index a504ed6..74d88da 100644 (file)
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -1131,7 +1131,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;
+               tsk->start_boottime = leader->start_boottime;
 
                BUG_ON(!same_thread_group(leader, tsk));
                BUG_ON(has_group_leader_pid(tsk));