Skip to content
Commit d7a15f8d authored by Eric Biggers's avatar Eric Biggers Committed by Al Viro
Browse files

vfs: atomic f_pos access in llseek()

Commit 9c225f26

 ("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: default avatarEric Biggers <ebiggers3@gmail.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 774868c7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment