From: David S. Miller Date: Thu, 31 May 2007 20:24:26 +0000 (-0700) Subject: [AF_UNIX]: Make socket locking much less confusing. X-Git-Tag: v2.6.22-rc4~5^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c92b4e50ef926d1e26fcc056a520e4a7d12478c;p=pandora-kernel.git [AF_UNIX]: Make socket locking much less confusing. The unix_state_*() locking macros imply that there is some rwlock kind of thing going on, but the implementation is actually a spinlock which makes the code more confusing than it needs to be. So use plain unix_state_lock and unix_state_unlock. Signed-off-by: David S. Miller --- Reading git-diff-tree failed