[AF_UNIX]: Use spinlock for unix_table_lock
authorDavid S. Miller <davem@davemloft.net>
Wed, 14 Dec 2005 07:26:29 +0000 (23:26 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 3 Jan 2006 21:10:59 +0000 (13:10 -0800)
This lock is actually taken mostly as a writer,
so using a rwlock actually just makes performance
worse especially on chips like the Intel P4.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found