diff usr/src/uts/sun4v/sys/vdc.h @ 5874:4c514db6bfb0

6528974 Usage of DKIOCGETEFI has changed and impacts vdisks using zfs volumes 6558966 Virtual disks created from files do not support EFI labels
author achartre
date Tue, 22 Jan 2008 09:22:05 -0800
parents 73d21dd02285
children b338715e1b52
line wrap: on
line diff
--- a/usr/src/uts/sun4v/sys/vdc.h	Tue Jan 22 07:06:39 2008 -0800
+++ b/usr/src/uts/sun4v/sys/vdc.h	Tue Jan 22 09:22:05 2008 -0800
@@ -20,7 +20,7 @@
  */
 
 /*
- * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -263,6 +263,7 @@
 	vd_disk_label_t vdisk_label; 	/* label type of device/disk imported */
 	struct vtoc	*vtoc;		/* structure to store VTOC data */
 	struct dk_geom	*geom;		/* structure to store geometry data */
+	vd_slice_t	slice[V_NUMPAR]; /* logical partitions */
 
 	kthread_t	*msg_proc_thr;	/* main msg processing thread */