[Ocfs2-commits] jlbec commits r1016 - branches/format-changes/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun Jun 6 05:02:58 CDT 2004


Author: jlbec
Date: 2004-06-06 04:02:56 -0500 (Sun, 06 Jun 2004)
New Revision: 1016

Modified:
   branches/format-changes/src/ocfs_compat.h
Log:
Fix include issue with compat.h...damned 2.6

Modified: branches/format-changes/src/ocfs_compat.h
===================================================================
--- branches/format-changes/src/ocfs_compat.h	2004-06-06 08:49:58 UTC (rev 1015)
+++ branches/format-changes/src/ocfs_compat.h	2004-06-06 09:02:56 UTC (rev 1016)
@@ -30,7 +30,6 @@
 #include <linux/version.h>
 #include <linux/types.h>
 #include <linux/kdev_t.h>
-#include <linux/sched.h>
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
 
@@ -47,6 +46,8 @@
 struct mem_dqinfo;
 extern inline void mark_info_dirty(struct mem_dqinfo *info);
 
+#include <linux/sched.h>
+
 #define OCFS_GENERIC_SB_MEMBER(sb)  ((sb)->u.generic_sbp)
 
 #define ocfs_get_seconds(t) (t)



More information about the Ocfs2-commits mailing list