[Ocfs2-tools-commits] mfasheh commits r856 - trunk/libo2dlm

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Apr 27 21:33:20 CDT 2005


Author: mfasheh
Date: 2005-04-27 21:33:18 -0500 (Wed, 27 Apr 2005)
New Revision: 856

Modified:
   trunk/libo2dlm/o2dlm_test.c
Log:
* change the default dlmfs path for our dlmfs test program



Modified: trunk/libo2dlm/o2dlm_test.c
===================================================================
--- trunk/libo2dlm/o2dlm_test.c	2005-04-28 02:15:00 UTC (rev 855)
+++ trunk/libo2dlm/o2dlm_test.c	2005-04-28 02:33:18 UTC (rev 856)
@@ -40,7 +40,7 @@
 
 static char cbuf[COMMAND_MAX_LEN];
 
-#define DEFAULT_DLMFS_PATH "/dev/ocfs2/dlm/"
+#define DEFAULT_DLMFS_PATH "/dlm/"
 
 static char *dlmfs_path = NULL;
 static char *prog;



More information about the Ocfs2-tools-commits mailing list