summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom_dump.c')
-rw-r--r--sys/geom/geom_dump.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/geom/geom_dump.c b/sys/geom/geom_dump.c
index 6f678cf..d5e1f30 100644
--- a/sys/geom/geom_dump.c
+++ b/sys/geom/geom_dump.c
@@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
#include <geom/geom.h>
#include <geom/geom_int.h>
+#include <geom/geom_disk.h>
static void
@@ -146,7 +147,7 @@ g_conftxt(void *p, int flag)
sb = p;
g_topology_assert();
LIST_FOREACH(mp, &g_classes, class) {
- if (!strcmp(mp->name, "DISK") || !strcmp(mp->name, "MD"))
+ if (!strcmp(mp->name, G_DISK_CLASS_NAME) || !strcmp(mp->name, "MD"))
g_conftxt_class(sb, mp);
}
sbuf_finish(sb);
OpenPOWER on IntegriCloud