chiark / gitweb /
volume_id: enable GFS probing code, add LABEL support
[elogind.git] / extras / volume_id / lib / volume_id.c
index bb909c99569ec479d554e48c5b63e2f8b3df5cac..baeaa9f74e0def5d444ee63747b8fbfc92616f2d 100644 (file)
@@ -70,6 +70,8 @@ static const struct prober prober_filesystem[] = {
        { volume_id_probe_hpfs, { "hpfs", } },
        { volume_id_probe_sysv, { "sysv", "xenix", } },
        { volume_id_probe_minix, { "minix",  } },
+       { volume_id_probe_gfs, { "gfs", } },
+       { volume_id_probe_gfs2, { "gfs2", } },
        { volume_id_probe_ocfs1, { "ocfs1", } },
        { volume_id_probe_ocfs2, { "ocfs2", } },
        { volume_id_probe_vxfs, { "vxfs", } },