Signed-off-by: Karel Zak <kzak@xxxxxxxxxx> --- extras/volume_id/lib/linux_swap.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/extras/volume_id/lib/linux_swap.c b/extras/volume_id/lib/linux_swap.c index 1698e9d..53649bd 100644 --- a/extras/volume_id/lib/linux_swap.c +++ b/extras/volume_id/lib/linux_swap.c @@ -57,6 +57,7 @@ int volume_id_probe_linux_swap(struct volume_id *id, uint64_t off, uint64_t size return -1; if (memcmp(buf, "SWAP-SPACE", 10) == 0) { + id->type = "swap"; strcpy(id->type_version, "1"); goto found; } -- 1.5.6.5 -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html