Re: [PATCH] dev_change_name: ignore changes to same name

2007-10-26 Thread Rick Jones
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

Re: [PATCH] dev_change_name: ignore changes to same name

2007-10-26 Thread David Miller
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

[PATCH] dev_change_name: ignore changes to same name

2007-10-24 Thread Stephen Hemminger
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/