diff options
| author | Sebastian Andrzej Siewior <[email protected]> | 2016-11-03 15:49:57 +0100 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2016-11-09 23:45:25 +0100 |
| commit | fc4d24c9b47150245b3eb5bebc2ad4764c754ef4 (patch) | |
| tree | 9637721c6c38597bad1ac2720df508b3ad30b4dd /include/linux | |
| parent | bc33b0ca11e3df467777a4fa7639ba488c9d4911 (diff) | |
fs/buffer: Convert to hotplug state machine
Install the callbacks via the state machine.
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: Alexander Viro <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cpuhotplug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h index afe641c02dca..69b74fa0da60 100644 --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h @@ -30,6 +30,7 @@ enum cpuhp_state { CPUHP_ACPI_CPUDRV_DEAD, CPUHP_S390_PFAULT_DEAD, CPUHP_BLK_MQ_DEAD, + CPUHP_FS_BUFF_DEAD, CPUHP_WORKQUEUE_PREP, CPUHP_POWER_NUMA_PREPARE, CPUHP_HRTIMERS_PREPARE, |