chiark / gitweb /
vol_id: make the --offset= argument optional
[elogind.git] / extras / volume_id / lib / volume_id.c
index baeaa9f74e0def5d444ee63747b8fbfc92616f2d..b247fe2ddbc0211afd165a2f59ae1d108153743c 100644 (file)
@@ -77,6 +77,7 @@ static const struct prober prober_filesystem[] = {
        { volume_id_probe_vxfs, { "vxfs", } },
        { volume_id_probe_squashfs, { "squashfs", } },
        { volume_id_probe_netware, { "netware", } },
+       { volume_id_probe_oracleasm, { "oracleasm", } },
 };
 
 /* the user can overwrite this log function */