summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/volume_id.c
diff options
context:
space:
mode:
Diffstat (limited to 'extras/volume_id/lib/volume_id.c')
-rw-r--r--extras/volume_id/lib/volume_id.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/extras/volume_id/lib/volume_id.c b/extras/volume_id/lib/volume_id.c
index fd95e7d3b0..bcdbe2feaa 100644
--- a/extras/volume_id/lib/volume_id.c
+++ b/extras/volume_id/lib/volume_id.c
@@ -171,6 +171,12 @@ int volume_id_probe_filesystem(struct volume_id *id, uint64_t off, uint64_t size
if (volume_id_probe_netware(id, off) == 0)
goto found;
+ if (volume_id_probe_gfs(id, off) == 0)
+ goto found;
+
+ if (volume_id_probe_gfs2(id, off) == 0)
+ goto found;
+
return -1;
found: