From: Dan Carpenter Date: Tue, 26 Jul 2011 14:25:20 +0000 (+0300) Subject: fs: add missing unlock in default_llseek() X-Git-Tag: v3.1-rc1~147^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bacb2d816c77edefd464d6bcc04c07f92109bd7d;p=pandora-kernel.git fs: add missing unlock in default_llseek() A recent change in linux-next, 982d816581 "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: Dan Carpenter Signed-off-by: Al Viro --- Reading git-diff-tree failed