From c235e25328c6cf4b9091f38d9c18db15764df594 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 1 Apr 2003 15:06:26 +0000 Subject: Use bioq_flush() to drain a bio queue with a specific error code. Retain the mistake of not updating the devstat API for now. Spell bioq_disksort() consistently with the remaining bioq_*(). #include where this is more appropriate. --- sys/geom/geom_ccd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/geom/geom_ccd.c') diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c index 733fe3d..f56a256 100644 --- a/sys/geom/geom_ccd.c +++ b/sys/geom/geom_ccd.c @@ -67,6 +67,7 @@ #include #include #include +#include #include -- cgit v1.1