diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-20 09:31:14 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-20 09:31:14 +0000 |
| commit | 46714777f55c1373bd8852af816560965395f8dc (patch) | |
| tree | 984f39b218a8577b819ea01883391e8048e9c147 /sys/dev/vinum | |
| parent | b9d05a16f41c466f57911445a997433e7281f1f3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/vinum')
| -rw-r--r-- | sys/dev/vinum/vinumioctl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/vinum/vinumioctl.c b/sys/dev/vinum/vinumioctl.c index b626b1ebb8bb..fdfc8f632b7d 100644 --- a/sys/dev/vinum/vinumioctl.c +++ b/sys/dev/vinum/vinumioctl.c @@ -384,9 +384,6 @@ vinumioctl(dev_t dev, return EIO; /* I/O error */ switch (cmd) { - case DIOCGDVIRGIN: /* get disk label */ - get_volume_label(vol->name, vol->plexes, vol->size, (struct disklabel *) data); - break; case DIOCGMEDIASIZE: *(off_t *)data = vol->size << DEV_BSHIFT; |
