diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/fork.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c index 70d76191afb9..ba0d17261329 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
| @@ -1299,6 +1299,9 @@ static struct task_struct *copy_process(unsigned long clone_flags, | |||
| 1299 | p->pdeath_signal = 0; | 1299 | p->pdeath_signal = 0; |
| 1300 | p->exit_state = 0; | 1300 | p->exit_state = 0; |
| 1301 | 1301 | ||
| 1302 | p->nr_dirtied = 0; | ||
| 1303 | p->nr_dirtied_pause = 128 >> (PAGE_SHIFT - 10); | ||
| 1304 | |||
| 1302 | /* | 1305 | /* |
| 1303 | * Ok, make it visible to the rest of the system. | 1306 | * Ok, make it visible to the rest of the system. |
| 1304 | * We dont wake it up yet. | 1307 | * We dont wake it up yet. |
