linux/drivers/base
Kay Sievers da231fd5d1 Driver core: fix class glue dir cleanup logic
We should remove the glue directory between the class and the bus
device _after_ we sent out the 'remove' event for the device, otherwise
the parent relationship is no longer valid, and composing the path
with deleted sysfs entries will not work.

Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-01-24 20:40:36 -08:00
..
power driver core: clean up device_shutdown 2008-01-24 20:40:25 -08:00
attribute_container.c
base.h Driver core: move the static kobject out of struct driver 2008-01-24 20:40:35 -08:00
bus.c Kobject: change drivers/base/bus to use kobject_init_and_add 2008-01-24 20:40:35 -08:00
class.c Kobject: convert drivers/base/class.c to use kobject_init/add_ng() 2008-01-24 20:40:30 -08:00
core.c Driver core: fix class glue dir cleanup logic 2008-01-24 20:40:36 -08:00
cpu.c
dd.c Driver core: fix race in __device_release_driver 2008-01-24 20:40:35 -08:00
devres.c
dma-mapping.c
dmapool.c
driver.c Driver core: move the static kobject out of struct driver 2008-01-24 20:40:35 -08:00
firmware_class.c
firmware.c firmware: change firmware_kset to firmware_kobj 2008-01-24 20:40:23 -08:00
hypervisor.c kobject: convert /sys/hypervisor to use kobject_create 2008-01-24 20:40:15 -08:00
init.c
isa.c
Kconfig
Makefile Driver core: move the driver specific module code into the driver core 2008-01-24 20:40:35 -08:00
map.c
memory.c
module.c Driver core: move the static kobject out of struct driver 2008-01-24 20:40:35 -08:00
node.c
platform.c Driver core: move the static kobject out of struct driver 2008-01-24 20:40:35 -08:00
sys.c Kobject: change drivers/base/sys.c to use kobject_init_and_add 2008-01-24 20:40:28 -08:00
topology.c
transport_class.c