aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/fork.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index 8e6b6f4fb272..cc0815df99f2 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -1302,6 +1302,9 @@ static struct task_struct *copy_process(unsigned long clone_flags,
1302 p->pdeath_signal = 0; 1302 p->pdeath_signal = 0;
1303 p->exit_state = 0; 1303 p->exit_state = 0;
1304 1304
1305 p->nr_dirtied = 0;
1306 p->nr_dirtied_pause = 128 >> (PAGE_SHIFT - 10);
1307
1305 /* 1308 /*
1306 * Ok, make it visible to the rest of the system. 1309 * Ok, make it visible to the rest of the system.
1307 * We dont wake it up yet. 1310 * We dont wake it up yet.