From: Nicolas Palix Date: Tue, 24 Aug 2010 15:38:59 +0000 (+0200) Subject: Coccinelle: Add locks/double_lock.cocci X-Git-Tag: v2.6.37-rc1~50^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aa6273106756c30e5349b58eed28d93d8d88164;p=pandora-kernel.git Coccinelle: Add locks/double_lock.cocci Find double locks. False positives may occur when some paths cannot occur at execution, due to the values of variables, and when there is an intervening function call that releases the lock. Signed-off-by: Nicolas Palix Signed-off-by: Julia Lawall Signed-off-by: Michal Marek --- Reading git-diff-tree failed