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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu May 26 17:22:53 CDT 2005


Author: mfasheh
Signed-off-by: manish
Date: 2005-05-26 17:22:52 -0500 (Thu, 26 May 2005)
New Revision: 2328

Modified:
   trunk/fs/ocfs2/dlmglue.c
Log:
* fix a typo in one of our assert messages

Signed-off-by: manish



Modified: trunk/fs/ocfs2/dlmglue.c
===================================================================
--- trunk/fs/ocfs2/dlmglue.c	2005-05-26 21:03:13 UTC (rev 2327)
+++ trunk/fs/ocfs2/dlmglue.c	2005-05-26 22:22:52 UTC (rev 2328)
@@ -418,7 +418,7 @@
 			"Lockres %s has %u ro holders\n",
 			res->l_name, res->l_ro_holders);
 	mlog_bug_on_msg(res->l_ex_holders,
-			"Lockres %s has %u ro holders\n",
+			"Lockres %s has %u ex holders\n",
 			res->l_name, res->l_ex_holders);
 
 	kfree(res->l_name);



More information about the Ocfs2-commits mailing list