Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / drivers / staging / android / ashmem.c
index 713a972..ad4f579 100644 (file)
@@ -339,7 +339,7 @@ static loff_t ashmem_llseek(struct file *file, loff_t offset, int origin)
                goto out;
        }
 
-       ret = asma->file->f_op->llseek(asma->file, offset, origin);
+       ret = vfs_llseek(asma->file, offset, origin);
        if (ret < 0)
                goto out;