From: Eric W. Biederman Date: Wed, 12 Sep 2007 11:48:45 +0000 (+0200) Subject: [NET]: Factor out __dev_alloc_name from dev_alloc_name X-Git-Tag: v2.6.24-rc1~1454^2~693 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b267b179648e46ea8e2a44f7314a23eb6aee1d6c;p=pandora-kernel.git [NET]: Factor out __dev_alloc_name from dev_alloc_name When forcibly changing the network namespace of a device I need something that can generate a name for the device in the new namespace without overwriting the old name. __dev_alloc_name provides me that functionality. Signed-off-by: Eric W. Biederman Signed-off-by: David S. Miller --- Reading git-diff-tree failed