diff options
author | phk <phk@FreeBSD.org> | 2002-04-08 08:00:40 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-04-08 08:00:40 +0000 |
commit | 28a8eb54fff24ffda7309ddb4c6256e0e808c617 (patch) | |
tree | 1b5c7706fc17bee5fceb0961342ac43c402f2428 /sys/geom/geom_dev.c | |
parent | b2401764d7c899eeafa48efb3ab173dd9dcbd999 (diff) | |
download | FreeBSD-src-28a8eb54fff24ffda7309ddb4c6256e0e808c617.zip FreeBSD-src-28a8eb54fff24ffda7309ddb4c6256e0e808c617.tar.gz |
In reverence of the 3rd X11 development rule:
3.The only thing worse than generalizing from one example
is generalizing from no examples at all.
Remove the fwcylinders attribute before anybody gets the idea that we
alone have squared the circle.
Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/geom/geom_dev.c')
-rw-r--r-- | sys/geom/geom_dev.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/geom/geom_dev.c b/sys/geom/geom_dev.c index 1365eea..7538fa7 100644 --- a/sys/geom/geom_dev.c +++ b/sys/geom/geom_dev.c @@ -262,9 +262,6 @@ g_dev_ioctl(dev_t dev, u_long cmd, caddr_t data, int fflag, struct thread *td) case DIOCGFWHEADS: error = g_io_getattr("GEOM::fwheads", cp, &i, data); break; - case DIOCGFWCYLINDERS: - error = g_io_getattr("GEOM::fwcylinders", cp, &i, data); - break; default: gio = g_malloc(sizeof *gio, M_WAITOK); gio->cmd = cmd; |