diff options
Diffstat (limited to 'fs/file.c')
-rw-r--r-- | fs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -367,7 +367,7 @@ static struct fdtable *close_files(struct files_struct * files) | |||
367 | struct file * file = xchg(&fdt->fd[i], NULL); | 367 | struct file * file = xchg(&fdt->fd[i], NULL); |
368 | if (file) { | 368 | if (file) { |
369 | filp_close(file, files); | 369 | filp_close(file, files); |
370 | cond_resched(); | 370 | cond_resched_rcu_qs(); |
371 | } | 371 | } |
372 | } | 372 | } |
373 | i++; | 373 | i++; |