[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100518105451.05b060e8@nehalam>
Date: Tue, 18 May 2010 10:54:51 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: Daniel Lezcano <daniel.lezcano@...e.fr>
Cc: davem@...emloft.net, opurdila@...acom.com, netdev@...r.kernel.org
Subject: Re: [PATCH] net-2.6 : fix dev_get_valid_name
On Tue, 18 May 2010 19:35:12 +0200
Daniel Lezcano <daniel.lezcano@...e.fr> wrote:
> +static int dev_get_valid_name(struct net_device *dev, const char *name, bool fmt)
> {
> + struct net *net;
> +
> + BUG_ON(!dev_net(dev));
> + net = dev_net(dev);
This is not really part of the same fix. And not sure why it is added here?
--
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists