Mark's fix for kernel panics on SMP machines have been merged into mainline.
[linux-2.6.git] / net / bridge / netfilter / ebt_ulog.c
index ffc1870..9f950db 100644 (file)
@@ -81,9 +81,6 @@ static void ulog_send(unsigned int nlgroup)
        if (ub->qlen > 1)
                ub->lastnlh->nlmsg_type = NLMSG_DONE;
 
-       if (!ub->skb)
-               return;
-
        NETLINK_CB(ub->skb).dst_group = nlgroup + 1;
        netlink_broadcast(ebtulognl, ub->skb, 0, nlgroup + 1, GFP_ATOMIC);