[Oracleasm-commits] jlbec commits r353 - in trunk: include/linux/oracleasm kernel

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Tue Jul 18 16:20:39 CDT 2006


Author: jlbec
Date: 2006-07-18 16:20:38 -0500 (Tue, 18 Jul 2006)
New Revision: 353

Modified:
   trunk/include/linux/oracleasm/abi.h
   trunk/kernel/oracleasm.c
Log:
Move the filesystem magic number to a header

Modified: trunk/include/linux/oracleasm/abi.h
===================================================================
--- trunk/include/linux/oracleasm/abi.h	2006-07-13 01:14:57 UTC (rev 352)
+++ trunk/include/linux/oracleasm/abi.h	2006-07-18 21:20:38 UTC (rev 353)
@@ -76,6 +76,7 @@
 /*
  * Defines
  */
+#define ASMFS_MAGIC	0x958459f6
 #define ASM_ABI_MAGIC	0x41534DU
 
 #define ASM_ABI_VERSION_V2	2UL

Modified: trunk/kernel/oracleasm.c
===================================================================
--- trunk/kernel/oracleasm.c	2006-07-13 01:14:57 UTC (rev 352)
+++ trunk/kernel/oracleasm.c	2006-07-18 21:20:38 UTC (rev 353)
@@ -95,8 +95,6 @@
 #endif  /* PAGE_CACHE_SIZE % 1024 */
 
 
-/* some random number */
-#define ASMFS_MAGIC	0x958459f6
 
 
 /*




More information about the Oracleasm-commits mailing list