commit | a5ea6169f294bc33a762f7c1c240e3ac0f045f9e | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Feb 12 11:11:06 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 12 11:11:06 2007 -0800 |
tree | 1ab3c32c6eb2a54c8a2887b18193301e31d24177 | |
parent | fd706d6957b3c66ae70b4bbdb9e13993213697f7 [diff] |
[NETFILTER]: nf_log: use rcu_assign_pointer for RCU protected pointer Also replace synchronize_net() calls by synchronize_rcu() since the RCU protected data is also used for sysfs. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>