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:
b029195
)
loop: mutex already unlocked in loop_clr_fd()
author
Alexander Beregalov
<a.beregalov@gmail.com>
Tue, 7 Apr 2009 11:48:21 +0000
(13:48 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 7 Apr 2009 11:48:21 +0000
(13:48 +0200)
mount/1865 is trying to release lock (&lo->lo_ctl_mutex) at:
but there are no more locks to release!
mutex is already unlocked in loop_clr_fd(), we should not
try to unlock it in lo_release() again.
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found