diff options
Diffstat (limited to 'kernel/fork.c')
-rw-r--r-- | kernel/fork.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/fork.c b/kernel/fork.c index cbc6adc6e891..a8f64f8ec7e1 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
@@ -40,6 +40,7 @@ | |||
40 | #include <linux/tracehook.h> | 40 | #include <linux/tracehook.h> |
41 | #include <linux/futex.h> | 41 | #include <linux/futex.h> |
42 | #include <linux/compat.h> | 42 | #include <linux/compat.h> |
43 | #include <linux/kthread.h> | ||
43 | #include <linux/task_io_accounting_ops.h> | 44 | #include <linux/task_io_accounting_ops.h> |
44 | #include <linux/rcupdate.h> | 45 | #include <linux/rcupdate.h> |
45 | #include <linux/ptrace.h> | 46 | #include <linux/ptrace.h> |
@@ -254,7 +255,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig) | |||
254 | struct task_struct *tsk; | 255 | struct task_struct *tsk; |
255 | struct thread_info *ti; | 256 | struct thread_info *ti; |
256 | unsigned long *stackend; | 257 | unsigned long *stackend; |
257 | int node = numa_node_id(); | 258 | int node = tsk_fork_get_node(orig); |
258 | int err; | 259 | int err; |
259 | 260 | ||
260 | prepare_to_copy(orig); | 261 | prepare_to_copy(orig); |