From: David S. Miller Date: Wed, 14 Dec 2005 07:26:29 +0000 (-0800) Subject: [AF_UNIX]: Use spinlock for unix_table_lock X-Git-Tag: v2.6.16-rc1~474^2~22^2~9^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe9cc4a87030d5cad5f944ffaef6af7efd119e4;p=pandora-kernel.git [AF_UNIX]: Use spinlock for unix_table_lock 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 --- Reading git-diff-tree failed