[Ocfs2-commits] manish commits r1141 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jun 17 22:05:56 CDT 2004


Author: manish
Date: 2004-06-17 21:05:55 -0500 (Thu, 17 Jun 2004)
New Revision: 1141

Modified:
   trunk/src/ocfs_compat.h
Log:
Duh, JOURNAL_CREATE_REPLACEMENT isn't needed anymore


Modified: trunk/src/ocfs_compat.h
===================================================================
--- trunk/src/ocfs_compat.h	2004-06-18 02:01:57 UTC (rev 1140)
+++ trunk/src/ocfs_compat.h	2004-06-18 02:05:55 UTC (rev 1141)
@@ -99,16 +99,6 @@
 	return (u64)((MAJOR(dev) << 8) | MINOR(dev));
 }
 
-#ifdef RED_HAT_LINUX_KERNEL
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,21)
-#define USE_JOURNAL_CREATE_REPLACEMENT 1
-#endif
-#else
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,22)
-#define USE_JOURNAL_CREATE_REPLACEMENT 1
-#endif
-#endif
-
 #else /* LINUX_VERSION_CODE < 2.6 */
 
 #define OCFS_GENERIC_SB_MEMBER(sb)  ((sb)->s_fs_info)



More information about the Ocfs2-commits mailing list