From: David S. Miller <hidden> Date: 2003-08-20 04:13:55
On Mon, 18 Aug 2003 11:39:36 -0700
Stephen Hemminger [off-list ref] wrote:
The locking in hashbin_delete is a problem since unregister_netdevice
can't be called with locks held in 2.6.0-test3.
Replace it with simpler list macros.
Insertion/deletion protected with RTNL semaphore, and read
uses RCU.