af_key: locking change
authorstephen hemminger <shemminger@vyatta.com>
Mon, 22 Feb 2010 07:57:19 +0000 (07:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Feb 2010 23:45:56 +0000 (15:45 -0800)
commit7f6b9dbd5afbd966a82dcbafc5ed62305eb9d479
tree7d6795317f67d79919df5bb6b52121ad94d8ff37
parent808f5114a9206fee855117d416440e1071ab375c
af_key: locking change

Get rid of custom locking that was using wait queue, lock, and atomic
to basically build a queued mutex.  Use RCU for read side.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/key/af_key.c