提交 91360b02 编写于 作者: A Al Viro

ashmem: use vfs_llseek()

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 4b8e9923
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册