From: Larry Finger <Larry.Finger@xxxxxxxxxxxx>
Date: Tue, 07 Aug 2007 23:17:23 -0500
I am getting the following error message from drivers/base/core.c:
net eth1: device_rename: sysfs_create_symlink failed (-17)
Upon investigation, the call generating the error is renaming 'eth1' to 'eth1'. The following patch suppresses the error.
I think this check belongs in udev not in the kernel. Thankfully
this message at least tells us it is happening, please don't
remove it.
I'm pretty sure it's UDEV doing this, and it should not try to rename
a netdevice to what it already is named.