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
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