From: Dave Reisner Date: Tue, 24 Dec 2013 21:42:06 +0000 (-0500) Subject: sleep-config: fix useless check for swapfile type X-Git-Tag: v209~660 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=db69869f264af2d1afcdd3e573e0e9fdd5bef065;hp=db69869f264af2d1afcdd3e573e0e9fdd5bef065;p=elogind.git sleep-config: fix useless check for swapfile type 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. ---