From: Patrick McHardy Date: Mon, 12 Feb 2007 19:11:06 +0000 (-0800) Subject: [NETFILTER]: nf_log: use rcu_assign_pointer for RCU protected pointer X-Git-Tag: v2.6.21-rc1~274^2~1^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5ea6169f294bc33a762f7c1c240e3ac0f045f9e;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed