[Ocfs2-commits] mfasheh commits r1898 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Feb 18 19:39:12 CST 2005


Author: mfasheh
Signed-off-by: jlbec
Date: 2005-02-18 19:39:11 -0600 (Fri, 18 Feb 2005)
New Revision: 1898

Modified:
   trunk/fs/ocfs2/super.c
Log:
* remove some unused code (yes, more commit testing too)

Signed-off-by: jlbec



Modified: trunk/fs/ocfs2/super.c
===================================================================
--- trunk/fs/ocfs2/super.c	2005-02-19 01:37:57 UTC (rev 1897)
+++ trunk/fs/ocfs2/super.c	2005-02-19 01:39:11 UTC (rev 1898)
@@ -89,13 +89,6 @@
 u64 debug_mask = 0;
 #endif
 
-#if 0
-extern ctl_table *ocfs_dbg_table;
-extern ctl_table *ocfs_kern_table;
-extern ctl_table *ocfs_root_table;
-extern struct ctl_table_header *ocfs_table_header;
-#endif
-
 #define KERN_OCFS 988 
 static ctl_table ocfs_dbg_table[] = {
 	{1, "debug_level", &debug_level, sizeof (u32), 0644, NULL, &proc_dointvec, 



More information about the Ocfs2-commits mailing list