diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/fork.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c index 3da978eec791..4b4eab2a3161 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
| @@ -687,6 +687,7 @@ static struct files_struct *dup_fd(struct files_struct *oldf, int *errorp) | |||
| 687 | * the latest pointer. | 687 | * the latest pointer. |
| 688 | */ | 688 | */ |
| 689 | spin_lock(&oldf->file_lock); | 689 | spin_lock(&oldf->file_lock); |
| 690 | open_files = count_open_files(old_fdt); | ||
| 690 | old_fdt = files_fdtable(oldf); | 691 | old_fdt = files_fdtable(oldf); |
| 691 | } | 692 | } |
| 692 | 693 | ||
