From: Eric W. Biederman Date: Tue, 20 Jan 2009 11:08:46 +0000 (+0000) Subject: tun: There is no longer any need to deny changing network namespaces X-Git-Tag: v2.6.30-rc1~662^2~915 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aec191aa2a04b082238156dc9690fff8ce95dd6b;p=pandora-kernel.git tun: There is no longer any need to deny changing network namespaces With the awkward case between free_netdev and dev_chr_close fixed there is no longer any need to limit tun and tap devices to the network namespace they were created in. So remove the NETIF_F_NETNS_LOCAL flag on the network device. Signed-off-by: Eric W. Biederman Signed-off-by: David S. Miller --- Reading git-diff-tree failed