]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/file.c
staging: vt6655: dead code remove tcrc.c/h
[mirror_ubuntu-artful-kernel.git] / fs / file.c
index f3b2c206c18dd9640935d2fc8ece1e07e589fa0f..ab3eb6a8823940643ab376782cd9a1e47c583c98 100644 (file)
--- a/fs/file.c
+++ b/fs/file.c
@@ -367,7 +367,7 @@ static struct fdtable *close_files(struct files_struct * files)
                                struct file * file = xchg(&fdt->fd[i], NULL);
                                if (file) {
                                        filp_close(file, files);
-                                       cond_resched();
+                                       cond_resched_rcu_qs();
                                }
                        }
                        i++;