From: Pavel Emelyanov Date: Sun, 24 Feb 2008 04:19:20 +0000 (-0800) Subject: [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly. X-Git-Tag: v2.6.25-rc3~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34cc7ba6398203aab4056917fa1e2aa5988487aa;p=pandora-kernel.git [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly. Use the added dev_alloc_name() call to create tunnel device name, rather than iterate in a hand-made loop with an artificial limit. Thanks Patrick for noticing this. [ The way this works is, when the device is actually registered, the generic code noticed the '%' in the name and invokes dev_alloc_name() to fully resolve the name. -DaveM ] Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed