From 9e2ebaa081e06115d6b5cdef5015c26ceee3cbed Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 20 Oct 2002 18:46:25 +0000 Subject: [PATCH] It makes more sense for the fwheads and fwsectors properties to be in the provider stanza rather than the geom stanza. --- sys/geom/geom_disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c index bee654cd9c1..37cf533386b 100644 --- a/sys/geom/geom_disk.c +++ b/sys/geom/geom_disk.c @@ -211,7 +211,7 @@ g_disk_dumpconf(struct sbuf *sb, char *indent, struct g_geom *gp, struct g_consu struct disk *dp; dp = gp->softc; - if (gp != NULL && (pp == NULL && cp == NULL)) { + if (pp != NULL) { sbuf_printf(sb, "%s%u\n", indent, dp->d_fwheads); sbuf_printf(sb, "%s%u\n",