diff --git a/sys/geom/geom_gpt.c b/sys/geom/geom_gpt.c index 06ab0b8396c..bea8c7bd75b 100644 --- a/sys/geom/geom_gpt.c +++ b/sys/geom/geom_gpt.c @@ -1339,6 +1339,8 @@ g_gpt_start(struct bio *bp) gkd->offset += part->offset; /* FALLTHROUGH */ } + /* FALLTHROUGH */ + case BIO_FLUSH: bp2 = g_clone_bio(bp); if (bp2 == NULL) { g_io_deliver(bp, ENOMEM);