From: Nicolas Palix Date: Tue, 24 Aug 2010 15:38:58 +0000 (+0200) Subject: Coccinelle: Add locks/call_kern.cocci X-Git-Tag: v2.6.37-rc1~50^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e105007c1271243568d58c8a4285b19c8eea48d1;p=pandora-kernel.git Coccinelle: Add locks/call_kern.cocci Find functions that refer to GFP_KERNEL but are called with locks held. The proposed change of converting the GFP_KERNEL is not necessarily the correct one. It may be desired to unlock the lock, or to not call the function under the lock in the first place. Signed-off-by: Nicolas Palix Signed-off-by: Julia Lawall Signed-off-by: Michal Marek --- Reading git-diff-tree failed