From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeff.liu Date: Wed, 23 Sep 2009 17:08:30 +0800 Subject: [Ocfs2-devel] [PATCH 1/1] ocfs2: remove an invalid single quotation marks from the mlog string In-Reply-To: <1253695762-23082-1-git-send-email-jeff.liu@oracle.com> References: <> <1253695762-23082-1-git-send-email-jeff.liu@oracle.com> Message-ID: <4AB9E58E.5090001@oracle.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ocfs2-devel@oss.oracle.com Sorry, Please ignore this mail. the email address was mis-configured when generating this patch. I will send over again. Thanks, Jeff Jeff Liu ??: > From: jeff > > "Following lockres' are still on the " > ^ here > > Signed-off-by: jeff > --- > 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); >