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