rds: use RCU to protect the connection hash
authorChris Mason <chris.mason@oracle.com>
Tue, 11 May 2010 22:15:15 +0000 (15:15 -0700)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:15:12 +0000 (18:15 -0700)
commitbcf50ef2ce3c5d8f2fe995259da16677898cb300
tree4a90d8f1b77b027977ee2e5229a239faa9848177
parentabf454398c2ebafc629ebb8b149f5a752c79e919
rds: use RCU to protect the connection hash

The connection hash was almost entirely RCU ready, this
just makes the final couple of changes to use RCU instead
of spinlocks for everything.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
net/rds/connection.c