Eric Dumazet 9db66bdcc8 net: convert TCP/DCCP ehash rwlocks to spinlocks
Now TCP & DCCP use RCU lookups, we can convert ehash rwlocks to spinlocks.

/proc/net/tcp and other seq_file 'readers' can safely be converted to 'writers'.

This should speedup writers, since spin_lock()/spin_unlock()
only use one atomic operation instead of two for write_lock()/write_unlock()

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-20 20:39:09 -08:00
..
2008-11-03 18:21:05 -08:00
2008-10-29 12:52:50 -07:00
2008-10-13 18:54:07 -07:00
2008-10-29 12:52:50 -07:00
2008-11-12 22:59:21 -08:00
2008-10-29 12:52:50 -07:00
2008-10-29 12:52:50 -07:00
2008-10-29 12:52:50 -07:00
2008-11-12 22:59:21 -08:00
2008-06-11 21:00:38 -07:00
2008-11-03 18:21:05 -08:00
2008-11-20 20:33:56 -08:00
2008-11-03 18:21:05 -08:00
2008-11-16 19:39:21 -08:00