chiark / gitweb /
sleep-config: fix useless check for swapfile type
authorDave Reisner <dreisner@archlinux.org>
Tue, 24 Dec 2013 21:42:06 +0000 (16:42 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 24 Dec 2013 21:43:33 +0000 (16:43 -0500)
Since 0c6f1f4ea49 the check was useless, because the kernel will
ever only write "partition" or "file" there.

OTOH, it is possible that "\\040(deleted)" (escaped " (deleted)")
will be added for removed files. This should not happen, so add
a warning to detect those cases.


No differences found