From: Luiz Capitulino Date: Tue, 21 Mar 2006 06:24:45 +0000 (-0800) Subject: [PKTGEN]: Removes thread_{un,}lock() macros. X-Git-Tag: v2.6.17-rc1~1175^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6146e6a43b3584c0c67b0ac94e3f14fdc618bd30;p=pandora-kernel.git [PKTGEN]: Removes thread_{un,}lock() macros. As suggested by Arnaldo, this patch replaces the thread_lock()/thread_unlock() by directly calls to mutex_lock()/mutex_unlock(). This change makes the code a bit more readable, and the direct calls are used everywhere in the kernel. Signed-off-by: Luiz Capitulino Signed-off-by: David S. Miller --- Reading git-diff-tree failed