You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Pull bugfix into test branch
Conflicts: kernel/power/disk.c
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@
|
||||
DEFINE_MUTEX(pm_mutex);
|
||||
|
||||
struct pm_ops *pm_ops;
|
||||
suspend_disk_method_t pm_disk_mode = PM_DISK_SHUTDOWN;
|
||||
suspend_disk_method_t pm_disk_mode = PM_DISK_PLATFORM;
|
||||
|
||||
/**
|
||||
* pm_set_ops - Set the global power method table.
|
||||
|
||||
Reference in New Issue
Block a user