git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d34fb8
)
fuse: fix fuse_file_lseek returning with lock held
author
Dan Carpenter
<error27@gmail.com>
Fri, 27 Mar 2009 10:36:10 +0000
(13:36 +0300)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Mon, 30 Mar 2009 15:26:24 +0000
(17:26 +0200)
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 <error27@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
CC: stable@kernel.org
No differences found