From: Patrick McHardy <[EMAIL PROTECTED]> Date: Sun, 08 Jan 2006 00:37:28 +0100
> following are a couple of assorted patches I found while > cleaning out old trees. Please apply, thanks. ... > [NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv > > Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Applied, although personally I would have split out this particular hunk: @@ -286,9 +286,6 @@ static struct ip_tunnel * ipgre_tunnel_l goto failed; } - nt = dev->priv; - nt->parms = *parms; - dev_hold(dev); ipgre_tunnel_link(nt); return nt; Yes, if you read the code you'll see that the ->init() function change any releavant state to this stuff so the assignment is superfluous. But a changeset comment stating that would have made this easier to review :-) Thanks. - 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