summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_io.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-03-26 19:16:37 +0000
committerphk <phk@FreeBSD.org>2002-03-26 19:16:37 +0000
commit3d1eaf5230c1501812cb5815688365e0caa84bf6 (patch)
tree62c93e6c49702a2110d3cbf1a0a56809d9b199d6 /sys/geom/geom_io.c
parent6de60b263643abe348242c70caf77261f0d05a55 (diff)
downloadFreeBSD-src-3d1eaf5230c1501812cb5815688365e0caa84bf6.zip
FreeBSD-src-3d1eaf5230c1501812cb5815688365e0caa84bf6.tar.gz
Push BIO_FORMAT into a local hack inside the floppy drivers where
it belongs.
Diffstat (limited to 'sys/geom/geom_io.c')
-rw-r--r--sys/geom/geom_io.c1
1 files changed, 0 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud