aboutsummaryrefslogtreecommitdiff
path: root/util-linux/volume_id
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-02-14 03:52:16 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-02-14 03:52:16 +0100
commit48a5219f39a7fcb8b9670d20439a3ab89c2b9bac (patch)
treee3710a16481d0ff39191a44c6ebea08af7f0b98e /util-linux/volume_id
parentdc50676cce35cdba3ecba3870c3f752408d6db70 (diff)
downloadbusybox-48a5219f39a7fcb8b9670d20439a3ab89c2b9bac.tar.gz
reverted LINHIB0001 swap signature addition
see: https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/683605 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/volume_id')
-rw-r--r--util-linux/volume_id/linux_swap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/volume_id/linux_swap.c b/util-linux/volume_id/linux_swap.c
index 62d588522..1ee534ab0 100644
--- a/util-linux/volume_id/linux_swap.c
+++ b/util-linux/volume_id/linux_swap.c
@@ -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));