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:
0abbb60
)
fix the deadlock in qib_fs
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 29 May 2010 01:32:44 +0000
(21:32 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 4 Jun 2010 21:16:27 +0000
(17:16 -0400)
get_sb_single() calls fill_super with superblock locked; calling
deactivate_super() will deadlock immedately. Moreover, if fill_super
callback returns an error, get_sb_single() will release the reference
to superblock itself just fine.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found