Re: [PATCH v10 1/8] block: Move power management code into a new source file

2018-09-26 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig

[PATCH v10 1/8] block: Move power management code into a new source file

2018-09-21 Thread Bart Van Assche
Move the code for runtime power management from blk-core.c into the new source file blk-pm.c. Move the corresponding declarations from into . For CONFIG_PM=n, leave out the declarations of the functions that are not used in that mode. This patch not only reduces the number of #ifdefs in the block