[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200910271926.41734.opurdila@ixiacom.com>
Date: Tue, 27 Oct 2009 19:26:41 +0200
From: Octavian Purdila <opurdila@...acom.com>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: "David S. Miller" <davem@...emloft.net>,
Linux Netdev List <netdev@...r.kernel.org>
Subject: Re: [PATCH 2/6] net: Introduce unregister_netdevice_many()
On Tuesday 27 October 2009 19:04:19 you wrote:
> +void unregister_netdevice_many(struct list_head *head)
> +{
> + struct net_device *dev;
> +
> + if (!list_empty(head)) {
> + rollback_registered_many(head);
> + list_for_each_entry(dev, head, unreg_list)
> + net_set_todo(dev);
> + }
> +}
>
Looks like EXPORT_SYMBOL(unregister_netdevice_many) is missing?
Thanks,
tavi
--
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