summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumioctl.c
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2003-06-12 05:32:31 +0000
committergrog <grog@FreeBSD.org>2003-06-12 05:32:31 +0000
commit368d45b0cdbceb511a8c0ee383e07cf73cf0d30d (patch)
treec9d531abc3c7aeb406c891ff6f5d6d002c7b89a3 /sys/dev/vinum/vinumioctl.c
parent0041f93ec3aff51d3fe586e1c360795dbbe78dea (diff)
downloadFreeBSD-src-368d45b0cdbceb511a8c0ee383e07cf73cf0d30d.zip
FreeBSD-src-368d45b0cdbceb511a8c0ee383e07cf73cf0d30d.tar.gz
Remove VINUM_LABEL ioctl. It has been deprecated since December 1998,
and recent changes broke it altogether. Prompted by: phk
Diffstat (limited to 'sys/dev/vinum/vinumioctl.c')
-rw-r--r--sys/dev/vinum/vinumioctl.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/vinum/vinumioctl.c b/sys/dev/vinum/vinumioctl.c
index d06a8e1..2f7b876 100644
--- a/sys/dev/vinum/vinumioctl.c
+++ b/sys/dev/vinum/vinumioctl.c
@@ -41,7 +41,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumioctl.c,v 1.23 2003/05/23 01:02:22 grog Exp $
+ * $Id: vinumioctl.c,v 1.23 2003/05/23 01:02:22 grog Exp grog $
* $FreeBSD$
*/
@@ -359,11 +359,6 @@ vinum_super_ioctl(dev_t dev,
return vinum_rqinfo(data);
#endif
- case VINUM_LABEL: /* label a volume */
- ioctl_reply->error = write_volume_label(*(int *) data); /* index of the volume to label */
- ioctl_reply->msg[0] = '\0'; /* no message */
- return 0;
-
case VINUM_REMOVE:
remove((struct vinum_ioctl_msg *) data); /* remove an object */
return 0;
OpenPOWER on IntegriCloud