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:
c4f895c
)
[PATCH] tee: link_pipe() must be careful when dropping one of the pipe locks
author
Jens Axboe
<axboe@suse.de>
Wed, 19 Apr 2006 13:56:40 +0000
(15:56 +0200)
committer
Jens Axboe
<axboe@suse.de>
Wed, 19 Apr 2006 13:56:40 +0000
(15:56 +0200)
We need to ensure that we only drop a lock that is ordered last, to avoid
ABBA deadlocks with competing processes.
Signed-off-by: Jens Axboe <axboe@suse.de>
No differences found