]> Pileus Git - ~andy/linux/blobdiff - fs/locks.c
fat: Opencode sync_page_range_nolock()
[~andy/linux] / fs / locks.c
index 52366e877d7636a04078bdd14133f30be6459f5d..19ee18a6829b9ae443778d63d57a8d8924131748 100644 (file)
@@ -768,7 +768,7 @@ static int flock_lock_file(struct file *filp, struct file_lock *request)
         * give it the opportunity to lock the file.
         */
        if (found)
-               cond_resched_bkl();
+               cond_resched();
 
 find_conflict:
        for_each_lock(inode, before) {