chiark / gitweb /
volume_id: add Veritas fs
[elogind.git] / extras / volume_id / volume_id / volume_id.c
index 25bcd953584ac781da73a29a8bfc51c98e451b0e..06496e7130d86421e698da77200a9cca919d78e2 100644 (file)
@@ -162,6 +162,9 @@ int volume_id_probe_all(struct volume_id *id, uint64_t off, uint64_t size)
        if (volume_id_probe_ocfs2(id, off) == 0)
                goto exit;
 
+       if (volume_id_probe_vxfs(id, off) == 0)
+               goto exit;
+
        return -1;
 
 exit: