From: "Denis V. Lunev" <den@openvz.org>
Date: Thu, 27 Sep 2007 16:25:27 +0400
> Subject: [PATCH] proper comment for loopback initialization order
> From: "Denis V. Lunev" <den@openvz.org>
> To: davem@davemloft.net
> Cc: dev@openvz.org, devel@openvz.org, netdev@vger.kernel.org,
> containers@lists.osdl.org
> Date: Thu, 27 Sep 2007 16:25:27 +0400
> Sender: <den@sw.ru>
> User-Agent: Mutt/1.5.16 (2007-06-09)
>
> Loopback device is special. It should be initialized at the very
> beginning. Initialization order has been changed by
> Eric W. Biederman <ebiederm@xmission.com> and this change is non-obvious
> and important enough to add proper comment.
>
> Signed-off-by: Denis V. Lunev <den@openvz.org>
Applied, but I had to fix the coding style of your comment,
please do it like this in the future:
/* Loopback is special. It should be initialized before any other network
* device and network subsystem.
*/
Thanks.