aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fork.c')
-rw-r--r--kernel/fork.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index 5e1391b5ade0..443f5125f11e 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -1294,6 +1294,7 @@ static struct task_struct *copy_process(unsigned long clone_flags,
1294 1294
1295 p->nr_dirtied = 0; 1295 p->nr_dirtied = 0;
1296 p->nr_dirtied_pause = 128 >> (PAGE_SHIFT - 10); 1296 p->nr_dirtied_pause = 128 >> (PAGE_SHIFT - 10);
1297 p->dirty_paused_when = 0;
1297 1298
1298 /* 1299 /*
1299 * Ok, make it visible to the rest of the system. 1300 * Ok, make it visible to the rest of the system.