]> Git Repo - linux.git/commit
Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=y
authorKay Sievers <[email protected]>
Fri, 26 Oct 2007 18:07:44 +0000 (20:07 +0200)
committerGreg Kroah-Hartman <[email protected]>
Wed, 31 Oct 2007 04:52:33 +0000 (21:52 -0700)
commit60b8cabd8e8a1d266aa8778957691cd925673083
treec3eedcd7291d78943b790fb50865c5497de0688d
parent78e9d3678c8362aad2b2a48c242966aebb089dbd
Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=y

This should fix the sysfs warnings that renaming network devices is
causing to show up with CONFIG_SYSFS_DEPRECATED=y

The code just shouldn't run if class devices are real directories, it's
an update for the symlink in the class directory. Nobody noticed that as
long as the creation of sysfs files silently failed, and we both missed
it before the merge, because we don't run SYSFS_DEPRECATED=y.

Signed-off-by: Kay Sievers <[email protected]>
Cc: Larry Finger <[email protected]>
Cc: David Miller <[email protected]>
Cc: Rafael J. Wysocki <[email protected]>
Cc: Tejun Heo <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/base/core.c
This page took 0.080362 seconds and 4 git commands to generate.