From: Jens Axboe Date: Wed, 19 Apr 2006 13:56:40 +0000 (+0200) Subject: [PATCH] tee: link_pipe() must be careful when dropping one of the pipe locks X-Git-Tag: v2.6.17-rc3~81^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a27250e6cf47ca1ea3bea0a55e4b7889c097627;p=pandora-kernel.git [PATCH] tee: link_pipe() must be careful when dropping one of the pipe locks 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 --- Reading git-diff-tree failed