summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumio.h
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/vinumio.h
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/vinumio.h')
-rw-r--r--sys/dev/vinum/vinumio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumio.h b/sys/dev/vinum/vinumio.h
index b36dcea..bf5134a 100644
--- a/sys/dev/vinum/vinumio.h
+++ b/sys/dev/vinum/vinumio.h
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumio.h,v 1.22 2003/04/24 07:36:09 grog Exp $
+ * $Id: vinumio.h,v 1.23 2003/05/04 05:25:46 grog Exp grog $
* $FreeBSD$
*/
@@ -131,7 +131,6 @@ struct vinum_rename_msg {
#define VINUM_STARTCONFIG _IOW(L, 78, int) /* start a configuration operation */
#define VINUM_MEMINFO _IOR(L, 79, struct meminfo) /* get memory usage summary */
#define VINUM_MALLOCINFO _IOWR(L, 80, struct mc) /* get specific malloc information [i] */
-#define VINUM_LABEL _IOC(IOC_IN | IOC_OUT, L, 81, MAX_IOCTL_REPLY) /* label a volume */
#define VINUM_INITSD _IOW(L, 82, int) /* initialize a subdisk */
#define VINUM_REMOVE _IOWR(L, 83, struct _ioctl_reply) /* remove an object */
#define VINUM_READPOL _IOWR(L, 84, struct _ioctl_reply) /* set read policy */
OpenPOWER on IntegriCloud