[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070927122527.GA10972@iris.sw.ru>
Date: Thu, 27 Sep 2007 16:25:27 +0400
From: "Denis V. Lunev" <den@...nvz.org>
To: davem@...emloft.net
Cc: dev@...nvz.org, devel@...nvz.org, netdev@...r.kernel.org,
containers@...ts.osdl.org
Subject: [PATCH] proper comment for loopback initialization order
Loopback device is special. It should be initialized at the very
beginning. Initialization order has been changed by
Eric W. Biederman <ebiederm@...ssion.com> and this change is non-obvious
and important enough to add proper comment.
Signed-off-by: Denis V. Lunev <den@...nvz.org>
--- ./drivers/net/loopback.c.loopcomment 2007-08-26 19:30:38.000000000 +0400
+++ ./drivers/net/loopback.c 2007-09-27 16:08:06.000000000 +0400
@@ -293,4 +293,6 @@ static int __init loopback_init(void)
return register_pernet_device(&loopback_net_ops);
}
+/* Loopback is special. It should be initialized before any other network
+ device and network subsystem */
fs_initcall(loopback_init);
-
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