David Miller wrote:
From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed, 24 Oct 2007 06:44:45 -0700
Prevent error/backtrace from dev_rename() when changing
name of network device to the same name. This is a common
situation with udev and other scripts that bind addr to device.
Signed-off-by
From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed, 24 Oct 2007 06:44:45 -0700
> Prevent error/backtrace from dev_rename() when changing
> name of network device to the same name. This is a common
> situation with udev and other scripts that bind addr to device.
>
> Signed-off-by: Stephen Hemm
Prevent error/backtrace from dev_rename() when changing
name of network device to the same name. This is a common
situation with udev and other scripts that bind addr to device.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- a/net/core/dev.c2007-10-24 06:01:31.0 -0700
+++ b/