summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/volume_id.c
diff options
context:
space:
mode:
authorErik van Konijnenburg <ekonijn@xs4all.nl>2008-06-11 21:36:57 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-06-11 23:54:56 +0200
commit0c6ecdfd9f7b7247d8f0258b6cb92aac9eccfb9b (patch)
tree1afd53b833310b000d0bb6ae09e1ef8b32af27a0 /extras/volume_id/lib/volume_id.c
parent1ecb0864600073a5d63c2298239cd04e7bf8d527 (diff)
volume_id: support for oracleasm
Diffstat (limited to 'extras/volume_id/lib/volume_id.c')
-rw-r--r--extras/volume_id/lib/volume_id.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/volume_id/lib/volume_id.c b/extras/volume_id/lib/volume_id.c
index baeaa9f74e..b247fe2ddb 100644
--- a/extras/volume_id/lib/volume_id.c
+++ b/extras/volume_id/lib/volume_id.c
@@ -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 */