From 3d1eaf5230c1501812cb5815688365e0caa84bf6 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 26 Mar 2002 19:16:37 +0000 Subject: Push BIO_FORMAT into a local hack inside the floppy drivers where it belongs. --- sys/geom/geom_io.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/geom/geom_io.c') diff --git a/sys/geom/geom_io.c b/sys/geom/geom_io.c index c43e568..c0eded7 100644 --- a/sys/geom/geom_io.c +++ b/sys/geom/geom_io.c @@ -249,7 +249,6 @@ g_io_request(struct bio *bp, struct g_consumer *cp) break; case BIO_SETATTR: case BIO_DELETE: - case BIO_FORMAT: if ((cp->acw == 0) || (cp->ace == 0)) error = EPERM; break; -- cgit v1.1