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:
157a4b3
)
tty: double unlock on error in ptmx_open()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 11 Jul 2012 06:40:40 +0000
(09:40 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 12 Jul 2012 21:27:08 +0000
(14:27 -0700)
The problem here is that we called mutex_unlock(&devpts_mutex) on the
error path when we weren't holding the lock.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found