diff options
Diffstat (limited to 'sys/geom/geom_disk.c')
-rw-r--r-- | sys/geom/geom_disk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c index 3b7b239..e6a2bcd 100644 --- a/sys/geom/geom_disk.c +++ b/sys/geom/geom_disk.c @@ -146,6 +146,8 @@ g_disk_start(struct bio *bp) else if (g_haveattr_off_t(bp, "GEOM::mediasize", dp->d_label.d_secsize * (off_t)dp->d_label.d_secperunit)) break; + else if (g_haveattr_off_t(bp, "GEOM::frontstuff", 0)) + break; else if (!strcmp(bp->bio_attribute, "GEOM::ioctl") && bp->bio_length == sizeof *gio) { gio = (struct g_ioctl *)bp->bio_data; |