Re: [PATCH 4/5] Mark the setup_net as __net_init

2007-10-31 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Wed, 31 Oct 2007 22:31:46 +0300 > The setup_net is called for the init net namespace > only (int the CONFIG_NET_NS=n of course) from the __init > function, so mark it as __net_init to disappear with the > caller after the boot. > > Yet again, in the

[PATCH 4/5] Mark the setup_net as __net_init

2007-10-31 Thread Pavel Emelyanov
The setup_net is called for the init net namespace only (int the CONFIG_NET_NS=n of course) from the __init function, so mark it as __net_init to disappear with the caller after the boot. Yet again, in the perfect world this has to be under #ifdef CONFIG_NET_NS, but it isn't guaranteed that every