diff options
-rw-r--r-- | fs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ static int expand_fdtable(struct files_struct *files, unsigned int nr) | |||
158 | * or have finished their rcu_read_lock_sched() section. | 158 | * or have finished their rcu_read_lock_sched() section. |
159 | */ | 159 | */ |
160 | if (atomic_read(&files->count) > 1) | 160 | if (atomic_read(&files->count) > 1) |
161 | synchronize_sched(); | 161 | synchronize_rcu(); |
162 | 162 | ||
163 | spin_lock(&files->file_lock); | 163 | spin_lock(&files->file_lock); |
164 | if (!new_fdt) | 164 | if (!new_fdt) |