]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netfilter/nf_conntrack_helper.c
I/OAT: warning fix
[linux-2.6-omap-h63xx.git] / net / netfilter / nf_conntrack_helper.c
index 0743be4434b019d201a0caa4dc5826d7061d4f75..f868b7fbd9b4caee49d1e49b560ff6daeaa185bf 100644 (file)
@@ -93,7 +93,7 @@ static inline int unhelp(struct nf_conntrack_tuple_hash *i,
 
        if (help && help->helper == me) {
                nf_conntrack_event(IPCT_HELPER, ct);
-               help->helper = NULL;
+               rcu_assign_pointer(help->helper, NULL);
        }
        return 0;
 }