Re: [PATCH v7 1/2] PM / sleep: refactor the filesystems sync to reduce duplication

2019-03-22 Thread Pavel Machek
On Mon 2019-02-25 20:36:41, Harry Pan wrote: > This patch creates a common helper to sync filesystems and shares > to the suspend, hibernate, and snapshot. > > Signed-off-by: Harry Pan ACK. -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/

[PATCH v7 1/2] PM / sleep: refactor the filesystems sync to reduce duplication

2019-02-25 Thread Harry Pan
This patch creates a common helper to sync filesystems and shares to the suspend, hibernate, and snapshot. Signed-off-by: Harry Pan --- include/linux/suspend.h | 3 +++ kernel/power/hibernate.c | 5 + kernel/power/main.c | 9 + kernel/power/suspend.c | 13 + ke

[PATCH v7 1/2] PM / sleep: refactor the filesystems sync to reduce duplication

2019-02-25 Thread Harry Pan
This patch creates a common helper to sync filesystems and shares to the suspend, hibernate, and snapshot. Signed-off-by: Harry Pan --- include/linux/suspend.h | 3 +++ kernel/power/hibernate.c | 5 + kernel/power/main.c | 9 + kernel/power/suspend.c | 13 + ke