* [Ocfs2-devel] [PATCH 1/1] ocfs2-devel: remove an invalid single quotation marks from the mlog string in dlm_unregister_domain()
@ 2009-09-23 9:10 Jeff Liu
2009-09-23 11:38 ` Wengang Wang
0 siblings, 1 reply; 3+ messages in thread
From: Jeff Liu @ 2009-09-23 9:10 UTC (permalink / raw)
To: ocfs2-devel
"Following lockres' are still on the "
^ here
Signed-off-by: Jeff Liu <jeff.liu@oracle.com>
---
fs/ocfs2/dlm/dlmdomain.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/ocfs2/dlm/dlmdomain.c b/fs/ocfs2/dlm/dlmdomain.c
index 4d9e6b2..601c832 100644
--- a/fs/ocfs2/dlm/dlmdomain.c
+++ b/fs/ocfs2/dlm/dlmdomain.c
@@ -684,7 +684,7 @@ void dlm_unregister_domain(struct dlm_ctxt *dlm)
/* This list should be empty. If not, print remaining lockres */
if (!list_empty(&dlm->tracking_list)) {
- mlog(ML_ERROR, "Following lockres' are still on the "
+ mlog(ML_ERROR, "Following lockres are still on the "
"tracking list:\n");
list_for_each_entry(res, &dlm->tracking_list, tracking)
dlm_print_one_lock_resource(res);
--
1.5.4.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-09-24 2:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-23 9:10 [Ocfs2-devel] [PATCH 1/1] ocfs2-devel: remove an invalid single quotation marks from the mlog string in dlm_unregister_domain() Jeff Liu
2009-09-23 11:38 ` Wengang Wang
2009-09-24 2:15 ` jeff.liu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.