diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-08-30 14:19:29 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-08-31 02:30:14 +0200 |
commit | e0ae8fee0e11c1a8e9b45ab14ab5fe58d87f031d (patch) | |
tree | 7ee9af50facb90a7c683cd0de10a32e7dd640479 /kernel | |
parent | ACPI / hotplug: Remove containers synchronously (diff) | |
download | linux-e0ae8fee0e11c1a8e9b45ab14ab5fe58d87f031d.tar.xz linux-e0ae8fee0e11c1a8e9b45ab14ab5fe58d87f031d.zip |
ACPI / scan: Change ordering of locks for device hotplug
Change the ordering of device hotplug locks in scan.c so that
acpi_scan_lock is always acquired after device_hotplug_lock.
This will make it possible to use device_hotplug_lock around some
code paths that acquire acpi_scan_lock safely (most importantly
system suspend and hibernation). Apart from that, acpi_scan_lock
is platform-specific and device_hotplug_lock is general, so the
new ordering appears to be more appropriate from the overall
design viewpoint.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Toshi Kani <toshi.kani@hp.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions