[Ocfs2-commits] mfasheh commits r1373 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Aug 23 19:43:11 CDT 2004


Author: mfasheh
Date: 2004-08-23 19:43:10 -0500 (Mon, 23 Aug 2004)
New Revision: 1373

Modified:
   trunk/src/ocfs_compat.h
Log:
and wim went off and broke the 2.4 compile :)
This fixes both 2.6 and 2.4.



Modified: trunk/src/ocfs_compat.h
===================================================================
--- trunk/src/ocfs_compat.h	2004-08-23 23:39:49 UTC (rev 1372)
+++ trunk/src/ocfs_compat.h	2004-08-24 00:43:10 UTC (rev 1373)
@@ -32,8 +32,6 @@
 #include <linux/version.h>
 #include <linux/types.h>
 #include <linux/kdev_t.h>
-#include <linux/sched.h>
-#include <linux/signal.h>
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
 
@@ -186,6 +184,8 @@
 #define kstatfs statfs
 
 #else /* LINUX_VERSION_CODE < 2.6 */
+#include <linux/sched.h>
+#include <linux/signal.h>
 
 #define OCFS_GENERIC_SB_MEMBER(sb)  ((sb)->s_fs_info)
 



More information about the Ocfs2-commits mailing list