[Oracleasm-commits] jlbec commits r306 - branches/extended/include/linux

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jun 3 18:59:01 CDT 2005


Author: jlbec
Date: 2005-06-03 18:58:59 -0500 (Fri, 03 Jun 2005)
New Revision: 306

Modified:
   branches/extended/include/linux/asmkernel.h
Log:

Merge 305 from trunk:
	- [305] GETKEY/FENCE no longer valid.



Modified: branches/extended/include/linux/asmkernel.h
===================================================================
--- branches/extended/include/linux/asmkernel.h	2005-06-03 23:57:47 UTC (rev 305)
+++ branches/extended/include/linux/asmkernel.h	2005-06-03 23:58:59 UTC (rev 306)
@@ -59,7 +59,7 @@
 #define ASM_WARN         0x0040 /* a future request may fail */
 #define ASM_PARTIAL      0x0080 /* only a partial transfer */
 #define ASM_BADKEY       0x0100 /* disk key mismatch */
-#define ASM_FENCED       0x0200 /* I/O was not allowed by the fence key */
+#define ASM_BAD_DATA     0x0200 /* I/O was not allowed by the fence key */
 #define ASM_LOCAL_ERROR  0x0400 /* error is local to this host */
 
 /* special timeout values */
@@ -81,10 +81,6 @@
 #define ASM_COPY        0x03    /* copy data from one location to another */
 #define ASM_GETKEY      0x04    /* get value of one or more disk keys */
 #define ASM_SETKEY      0x05    /* set value of one or more disk keys */
-#define ASM_GETFENCE    0x06    /* get value of one or more fence keys */
-#define ASM_SETFENCE    0x07    /* set value of one or more fence keys */
-#define ASM_GETTAG      0x08    /* get the tag of one or more partitions */
-#define ASM_SETTAG      0x10    /* set the tag of one or more partitions */
 
 /* Flags for flags_asm_ioc */
 #define ASM_XORCHK	0x0010	/* request includes XOR of data */
@@ -96,10 +92,8 @@
 typedef struct _asm_check asm_check;
 struct _asm_check
 {
-	__u32		fence_num_asm_check;
-	__u32		fence_value_asm_check;
-	__u32		error_fence_asm_check;
 	__u32		key_num_asm_check;
+	__u32		spare1_asm_check;
 	__u64		key_mask_asm_check;
 	__u64		key_value_asm_check;
 	__u64		error_key_asm_check;



More information about the Oracleasm-commits mailing list