summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/shsec/g_shsec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/shsec/g_shsec.c b/sys/geom/shsec/g_shsec.c
index 0554278..96650cf 100644
--- a/sys/geom/shsec/g_shsec.c
+++ b/sys/geom/shsec/g_shsec.c
@@ -317,6 +317,7 @@ g_shsec_start(struct bio *bp)
switch (bp->bio_cmd) {
case BIO_READ:
case BIO_WRITE:
+ case BIO_FLUSH:
/*
* Only those requests are supported.
*/
OpenPOWER on IntegriCloud