[Ocfs2-commits] manish commits r2222 - trunk/fs/ocfs2/dlm

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu May 5 20:28:09 CDT 2005


Author: manish
Signed-off-by: mfasheh
Date: 2005-05-05 20:28:08 -0500 (Thu, 05 May 2005)
New Revision: 2222

Modified:
   trunk/fs/ocfs2/dlm/userdlm.c
   trunk/fs/ocfs2/dlm/userdlm.h
Log:
Remove now unneeded version.h includes

Signed-off-by: mfasheh


Modified: trunk/fs/ocfs2/dlm/userdlm.c
===================================================================
--- trunk/fs/ocfs2/dlm/userdlm.c	2005-05-05 23:54:36 UTC (rev 2221)
+++ trunk/fs/ocfs2/dlm/userdlm.c	2005-05-06 01:28:08 UTC (rev 2222)
@@ -32,7 +32,6 @@
 #include <linux/module.h>
 #include <linux/fs.h>
 #include <linux/types.h>
-#include <linux/version.h>
 #include <linux/crc32.h>
 
 

Modified: trunk/fs/ocfs2/dlm/userdlm.h
===================================================================
--- trunk/fs/ocfs2/dlm/userdlm.h	2005-05-05 23:54:36 UTC (rev 2221)
+++ trunk/fs/ocfs2/dlm/userdlm.h	2005-05-06 01:28:08 UTC (rev 2222)
@@ -30,7 +30,6 @@
 #include <linux/module.h>
 #include <linux/fs.h>
 #include <linux/types.h>
-#include <linux/version.h>
 #include <linux/workqueue.h>
 
 /* user_lock_res->l_flags flags. */



More information about the Ocfs2-commits mailing list