Re: [PKTGEN 2/3]: Removes thread_{un,}lock() macros.

2006-03-03 Thread David S. Miller
From: Luiz Fernando Capitulino <[EMAIL PROTECTED]> Date: Wed, 1 Mar 2006 23:05:48 -0300 > > 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 c

[PKTGEN 2/3]: Removes thread_{un,}lock() macros.

2006-03-01 Thread Luiz Fernando Capitulino
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 <[EMAIL PROTECTED]> --- net