[PATCH] kobject_hotplug() should use kobject_name()
authorDmitry Torokhov <dtor_core@ameritech.net>
Tue, 26 Apr 2005 07:29:58 +0000 (02:29 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Jun 2005 22:15:00 +0000 (15:15 -0700)
commiteb11d8ffceead1eb3d84366f1687daf2217e883e
treeaedf84638f2bb8cc2d6f90120199191b917efa35
parent8b22c249e7de453961e4d253b19fc2a0bdd65d53
[PATCH] kobject_hotplug() should use kobject_name()

kobject: kobject_hotplug should use kobject_name() instead of
         accessing kobj->name directly since for objects with
         long names it can contain garbage.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
lib/kobject_uevent.c