From: Dan Carpenter Date: Fri, 27 Mar 2009 10:36:10 +0000 (+0300) Subject: fuse: fix fuse_file_lseek returning with lock held X-Git-Tag: v2.6.30-rc1~622^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5291658d87ac1ae60418e79e7b6bad7d5f595e0c;p=pandora-kernel.git fuse: fix fuse_file_lseek returning with lock held This bug was found with smatch (http://repo.or.cz/w/smatch.git/). If we return directly the inode->i_mutex lock doesn't get released. Signed-off-by: Dan Carpenter Signed-off-by: Miklos Szeredi CC: stable@kernel.org --- Reading git-diff-tree failed