[PATCH] tee: link_pipe() must be careful when dropping one of the pipe locks
authorJens Axboe <axboe@suse.de>
Wed, 19 Apr 2006 13:56:40 +0000 (15:56 +0200)
committerJens 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