]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/cifs/cifsfs.c
Remove BKL from remote_llseek v2
[linux-2.6-omap-h63xx.git] / fs / cifs / cifsfs.c
index 427a7c695896ff87c1d463d595e29126d5aa5a44..aeff0fe5b6b9131c62743de404f4683b28ba6f00 100644 (file)
@@ -581,7 +581,7 @@ static loff_t cifs_llseek(struct file *file, loff_t offset, int origin)
                if (retval < 0)
                        return (loff_t)retval;
        }
-       return remote_llseek(file, offset, origin);
+       return generic_file_llseek_unlocked(file, offset, origin);
 }
 
 struct file_system_type cifs_fs_type = {