reverted LINHIB0001 swap signature addition
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 14 Feb 2011 02:52:16 +0000 (03:52 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 14 Feb 2011 02:52:16 +0000 (03:52 +0100)
see:

https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/683605

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/volume_id/linux_swap.c

index 62d5885225c13db3318ab15163882eefc193d045..1ee534ab0e721fb70a1d4c953357101da720d3ee 100644 (file)
@@ -55,7 +55,6 @@ int FAST_FUNC volume_id_probe_linux_swap(struct volume_id *id /*,uint64_t off*/)
                        if (memcmp(buf, "SWAPSPACE2", 10) == 0
                         || memcmp(buf, "S1SUSPEND", 9) == 0
                         || memcmp(buf, "S2SUSPEND", 9) == 0
-                        || memcmp(buf, "LINHIB0001", 10) == 0
                         || memcmp(buf, "ULSUSPEND", 9) == 0
                        ) {
                                sw = volume_id_get_buffer(id, off, sizeof(struct swap_header_v1_2));