[Ocfs2-commits] jlbec commits r1851 - trunk/fs/ocfs2/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jan 25 17:38:49 CST 2005


Author: jlbec
Date: 2005-01-25 17:38:47 -0600 (Tue, 25 Jan 2005)
New Revision: 1851

Modified:
   trunk/fs/ocfs2/cluster/gsd.c
Log:
o Missing sched.h for current and uaccess.h for copy_from_user

Modified: trunk/fs/ocfs2/cluster/gsd.c
===================================================================
--- trunk/fs/ocfs2/cluster/gsd.c	2005-01-25 23:23:57 UTC (rev 1850)
+++ trunk/fs/ocfs2/cluster/gsd.c	2005-01-25 23:38:47 UTC (rev 1851)
@@ -22,6 +22,8 @@
 #include <linux/config.h>
 #include <linux/module.h>
 #include <linux/fs.h>
+#include <linux/sched.h>
+#include <asm/uaccess.h>
 #include <linux/file.h>
 
 #include "cl_compat.h"



More information about the Ocfs2-commits mailing list