mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
94e7b1c5ff
- Use it in driver_for_each_device() instead of the regular list_head and stop using the bus's rwsem for protection. - Use driver_for_each_device() in driver_detach() so we don't deadlock on the bus's rwsem. - Remove ->devices. - Move klist access and sysfs link access out from under device's semaphore, since they're synchronized through other means. Signed-off-by: Patrick Mochel <mochel@digitalimplant.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |
||
---|---|---|
.. | ||
power | ||
attribute_container.c | ||
base.h | ||
bus.c | ||
class.c | ||
core.c | ||
cpu.c | ||
dd.c | ||
dmapool.c | ||
driver.c | ||
firmware_class.c | ||
firmware.c | ||
init.c | ||
Kconfig | ||
Makefile | ||
map.c | ||
node.c | ||
platform.c | ||
sys.c | ||
transport_class.c |