From: Eric W. Biederman Date: Thu, 27 Sep 2007 05:10:56 +0000 (-0700) Subject: [NET]: Make the loopback device per network namespace. X-Git-Tag: v2.6.24-rc1~1454^2~340 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2774c7aba6c97a2535be3309a2209770953780b3;p=pandora-kernel.git [NET]: Make the loopback device per network namespace. This patch makes loopback_dev per network namespace. Adding code to create a different loopback device for each network namespace and adding the code to free a loopback device when a network namespace exits. This patch modifies all users the loopback_dev so they access it as init_net.loopback_dev, keeping all of the code compiling and working. A later pass will be needed to update the users to use something other than the initial network namespace. Signed-off-by: Eric W. Biederman Signed-off-by: David S. Miller --- Reading git-diff-tree failed