]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/locks.c
Merge branch 'topstar-laptop' into release
[karo-tx-linux.git] / 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) {