[Ocfs2-commits] zab commits r2477 - trunk/fs/configfs

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jul 26 13:19:49 CDT 2005


Author: zab
Signed-off-by: manish
Date: 2005-07-26 13:19:48 -0500 (Tue, 26 Jul 2005)
New Revision: 2477

Modified:
   trunk/fs/configfs/symlink.c
Log:
o include utsname.h to get KERNEL_VERSION which has moved in recent -mm kernels

Signed-off-by: manish


Modified: trunk/fs/configfs/symlink.c
===================================================================
--- trunk/fs/configfs/symlink.c	2005-07-26 00:12:02 UTC (rev 2476)
+++ trunk/fs/configfs/symlink.c	2005-07-26 18:19:48 UTC (rev 2477)
@@ -25,6 +25,7 @@
  */
 
 #include <linux/version.h>
+#include <linux/utsname.h>
 #include <linux/fs.h>
 #include <linux/module.h>
 #include <linux/namei.h>



More information about the Ocfs2-commits mailing list