[Ocfs2-commits] mfasheh commits r776 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Mar 12 20:13:27 CST 2004


Author: mfasheh
Date: 2004-03-12 20:13:26 -0600 (Fri, 12 Mar 2004)
New Revision: 776

Modified:
   trunk/src/proc.c
Log:
fix a tiny warning in proc.c


Modified: trunk/src/proc.c
===================================================================
--- trunk/src/proc.c	2004-03-13 02:00:48 UTC (rev 775)
+++ trunk/src/proc.c	2004-03-13 02:13:26 UTC (rev 776)
@@ -44,7 +44,9 @@
 static int ocfs_proc_hash_stats (char *page, char **start, off_t off, int count, int *eof, void *data);
 static int ocfs_proc_device (char *page, char **start, off_t off, int count, int *eof, void *data);
 static int ocfs_proc_nodes (char *page, char **start, off_t off, int count, int *eof, void *data);
+#ifdef OCFS_LINUX_MEM_DEBUG
 static int ocfs_proc_memallocs (char *page, char **start, off_t off, int count, int *eof, void *data);
+#endif
 
 /*
  * ocfs_proc_init()



More information about the Ocfs2-commits mailing list