[Oracleasm-commits] jlbec commits r305 - trunk/include/linux

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jun 3 18:57:49 CDT 2005


Author: jlbec
Date: 2005-06-03 18:57:47 -0500 (Fri, 03 Jun 2005)
New Revision: 305

Modified:
   trunk/include/linux/asmkernel.h
Log:

o GETKEY/FENCE ops aren't in the spec anymore



Modified: trunk/include/linux/asmkernel.h
===================================================================
--- trunk/include/linux/asmkernel.h	2005-06-02 02:53:16 UTC (rev 304)
+++ trunk/include/linux/asmkernel.h	2005-06-03 23:57:47 UTC (rev 305)
@@ -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 */
 
 
 
@@ -94,10 +90,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