[Ocfs2-commits] manish commits r1007 - branches/format-changes/src/inc

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jun 4 18:06:43 CDT 2004


Author: manish
Date: 2004-06-04 17:06:42 -0500 (Fri, 04 Jun 2004)
New Revision: 1007

Modified:
   branches/format-changes/src/inc/ocfs_compat.h
Log:
#include <linux/sched.h> for task stuff


Modified: branches/format-changes/src/inc/ocfs_compat.h
===================================================================
--- branches/format-changes/src/inc/ocfs_compat.h	2004-06-04 22:03:45 UTC (rev 1006)
+++ branches/format-changes/src/inc/ocfs_compat.h	2004-06-04 22:06:42 UTC (rev 1007)
@@ -30,6 +30,7 @@
 #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)
 



More information about the Ocfs2-commits mailing list