[Ocfs2-commits] manish commits r2339 - trunk/fs/configfs

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon May 30 15:16:39 CDT 2005


Author: manish
Signed-off-by: jlbec
Date: 2005-05-30 15:16:37 -0500 (Mon, 30 May 2005)
New Revision: 2339

Modified:
   trunk/fs/configfs/configfs_internal.h
   trunk/fs/configfs/dir.c
Log:
Remove some unnecessary includes

Signed-off-by: jlbec


Modified: trunk/fs/configfs/configfs_internal.h
===================================================================
--- trunk/fs/configfs/configfs_internal.h	2005-05-30 18:49:01 UTC (rev 2338)
+++ trunk/fs/configfs/configfs_internal.h	2005-05-30 20:16:37 UTC (rev 2339)
@@ -24,7 +24,6 @@
  * configfs Copyright (C) 2005 Oracle.  All rights reserved.
  */
 
-#include <linux/version.h>
 #include <linux/slab.h>
 #include <linux/list.h>
 

Modified: trunk/fs/configfs/dir.c
===================================================================
--- trunk/fs/configfs/dir.c	2005-05-30 18:49:01 UTC (rev 2338)
+++ trunk/fs/configfs/dir.c	2005-05-30 20:16:37 UTC (rev 2339)
@@ -26,8 +26,6 @@
 
 #undef DEBUG
 
-#include <linux/version.h>
-
 #include <linux/fs.h>
 #include <linux/mount.h>
 #include <linux/module.h>



More information about the Ocfs2-commits mailing list