commit | 7f6b9dbd5afbd966a82dcbafc5ed62305eb9d479 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Mon Feb 22 07:57:19 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 22 15:45:56 2010 -0800 |
tree | 7d6795317f67d79919df5bb6b52121ad94d8ff37 | |
parent | 808f5114a9206fee855117d416440e1071ab375c [diff] |
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>