Denis V. Lunev wrote: > The code in netfilter/nfnetlink.c and in ./net/netlink/genetlink.c looks > like outdated copy/paste from rtnetlink.c. Push them into sync with the > original. >
> int nfnetlink_subsys_register(const struct nfnetlink_subsystem *n) > @@ -149,7 +137,7 @@ static int nfnetlink_rcv_msg(struct sk_b > #ifdef CONFIG_KMOD > /* don't call nfnl_unlock, since it would reenter > * with further packet processing */ > - __nfnl_unlock(); > + nfnl_unlock(); That comment should be updated/deleted. Rest looks good to me. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html