Commit bacb2d81 authored by Dan Carpenter's avatar Dan Carpenter Committed by Al Viro
Browse files

fs: add missing unlock in default_llseek()

A recent change in linux-next, 982d8165

 "fs: add SEEK_HOLE and
SEEK_DATA flags" added some direct returns on error, but it should
have been a goto out.

Signed-off-by: default avatarDan Carpenter <error27@gmail.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 750e0699
Supports Markdown
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