Re: [systemd-devel] [PATCH] Make hibernation test work for swap files

2013-11-06 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Oct 31, 2013 at 05:22:03PM +0100, Jan Janssen wrote: > Suspend to disk works for swap files too (even if it is located > on an ecrypted file system): > https://www.kernel.org/doc/Documentation/power/swsusp-and-swap-files.txt > --- > src/shared/sleep-config.c | 2 +- > 1 file changed, 1 ins

[systemd-devel] [PATCH] Make hibernation test work for swap files

2013-10-31 Thread Jan Janssen
Suspend to disk works for swap files too (even if it is located on an ecrypted file system): https://www.kernel.org/doc/Documentation/power/swsusp-and-swap-files.txt --- src/shared/sleep-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/sleep-config.c b/src/sh