[Ocfs2-commits] jlbec commits r966 - in trunk: . src
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Tue Jun 1 20:44:17 CDT 2004
Author: jlbec
Date: 2004-06-01 19:44:15 -0500 (Tue, 01 Jun 2004)
New Revision: 966
Modified:
trunk/Config.make.in
trunk/configure.in
trunk/src/Makefile
Log:
o Remove unused DBG_LOCKRES
Modified: trunk/Config.make.in
===================================================================
--- trunk/Config.make.in 2004-06-02 00:00:18 UTC (rev 965)
+++ trunk/Config.make.in 2004-06-02 00:44:15 UTC (rev 966)
@@ -60,7 +60,6 @@
OCFS_LARGEIO = @OCFS_LARGEIO@
OCFS_AIO = @OCFS_AIO@
OCFS_MEMDEBUG = @OCFS_MEMDEBUG@
-OCFS_DBG_LOCKRES = @OCFS_DBG_LOCKRES@
OCFS_TRACE = @OCFS_TRACE@
OCFS_PROCESSOR = @OCFS_PROCESSOR@
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2004-06-02 00:00:18 UTC (rev 965)
+++ trunk/configure.in 2004-06-02 00:44:15 UTC (rev 966)
@@ -110,15 +110,6 @@
AC_SUBST(OCFS_MEMDEBUG)
AC_MSG_RESULT($enable_memdebug)
-AC_MSG_CHECKING(for lockres debugging)
-AC_ARG_ENABLE(lockres-debug, [ --enable-lockres-debug=[yes/no] Turn on lock resource debugging [default=no]],,enable_lockres_debug=no)
-OCFS_DBG_LOCKRES=
-if test "x$enable_lockres_debug" = "xyes"; then
- OCFS_DBG_LOCKRES=yes
-fi
-AC_SUBST(OCFS_DBG_LOCKRES)
-AC_MSG_RESULT($enable_lockres_debug)
-
AC_MSG_CHECKING(for tracing)
AC_ARG_ENABLE(trace, [ --enable-trace=[yes/no] Turn on tracing [default=yes]],,enable_trace=yes)
OCFS_TRACE=
Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile 2004-06-02 00:00:18 UTC (rev 965)
+++ trunk/src/Makefile 2004-06-02 00:44:15 UTC (rev 966)
@@ -33,10 +33,6 @@
GLOBAL_DEFINES += -DOCFS_LINUX_MEM_DEBUG -DDEBUG_SLAB_ALLOCS
endif
-ifdef OCFS_DBG_LOCKRES
-GLOBAL_DEFINES += -DOCFS_DBG_LOCKRES
-endif
-
ifdef OCFS_AIO
GLOBAL_DEFINES += -DAIO_ENABLED
endif
More information about the Ocfs2-commits
mailing list