[Ocfs2-commits] smushran commits r2985 -
branches/ocfs2-1.2/fs/ocfs2/dlm
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Mon Mar 12 15:17:14 PDT 2007
Author: smushran
Date: 2007-03-12 15:17:13 -0700 (Mon, 12 Mar 2007)
New Revision: 2985
Modified:
branches/ocfs2-1.2/fs/ocfs2/dlm/dlmmaster.c
Log:
ocfs2_dlm: Fix typo in dlm_deref_lockres_handler()
Signed-off-by: mfasheh
Modified: branches/ocfs2-1.2/fs/ocfs2/dlm/dlmmaster.c
===================================================================
--- branches/ocfs2-1.2/fs/ocfs2/dlm/dlmmaster.c 2007-03-12 18:56:06 UTC (rev 2984)
+++ branches/ocfs2-1.2/fs/ocfs2/dlm/dlmmaster.c 2007-03-12 22:17:13 UTC (rev 2985)
@@ -2352,7 +2352,7 @@
mlog(ML_ERROR, "%s:%.*s: node %u trying to drop ref "
"but it is already dropped!\n", dlm->name,
res->lockname.len, res->lockname.name, node);
- __dlm_print_one_lock_resource(res);
+ dlm_print_one_lock_resource(res);
}
ret = 0;
goto done;
More information about the Ocfs2-commits
mailing list