[NETFILTER]: nf_log: use rcu_assign_pointer for RCU protected pointer
authorPatrick McHardy <kaber@trash.net>
Mon, 12 Feb 2007 19:11:06 +0000 (11:11 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Feb 2007 19:11:06 +0000 (11:11 -0800)
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>

No differences found