commit | 55737fda0bc73cb20f702301d8b52938a5a43630 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Fri Sep 01 00:23:39 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 14:54:19 2006 -0700 |
tree | a605776f772aa189a655da9e5854db5d95e844b7 | |
parent | 757dbb494be3309fe41ce4c62f8057d8b41d8897 [diff] |
[NET]: socket family using RCU Replace the gross custom locking done in socket code for net_family[] with simple RCU usage. Some reordering necessary to avoid sleep issues with sock_alloc. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>