[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48049AF4.1000704@trash.net>
Date: Tue, 15 Apr 2008 14:09:24 +0200
From: Patrick McHardy <kaber@...sh.net>
To: Pavel Emelyanov <xemul@...nvz.org>
CC: David Miller <davem@...emloft.net>,
Linux Netdev List <netdev@...r.kernel.org>
Subject: Re: [PATCH net-2.6.26 4/10][VLAN]: Introduce the vlan_net structure
and init/exit net ops.
Pavel Emelyanov wrote:
> @@ -632,6 +670,10 @@ static int __init vlan_proto_init(void)
> pr_info("%s v%s %s\n", vlan_fullname, vlan_version, vlan_copyright);
> pr_info("All bugs added by %s\n", vlan_buggyright);
>
> + err = register_pernet_gen_device(&vlan_net_id, &vlan_net_ops);
> + if (err < 0)
> + goto err0;
I'm wondering what vlan_net_id is used for, but I can't find that
function in the current net-2.6.26.git tree. What tree are these
patches based on?
--
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