Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vfs: atomic f_pos access in llseek()
Commit 9c225f2 ("vfs: atomic f_pos accesses as per POSIX") changed several system calls to use fdget_pos() instead of fdget(), but missed sys_llseek(). Fix it. Signed-off-by: Eric Biggers <ebiggers3@gmail.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
- Loading branch information