Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91360b02 authored by Al Viro's avatar Al Viro
Browse files

ashmem: use vfs_llseek()



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 4b8e9923
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;