All of lore.kernel.org
 help / color / mirror / Atom feed
From: jeff.liu <jeff.liu@oracle.com>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] [PATCH 1/1] ocfs2: remove an invalid single quotation marks from the mlog string
Date: Wed, 23 Sep 2009 17:08:30 +0800	[thread overview]
Message-ID: <4AB9E58E.5090001@oracle.com> (raw)
In-Reply-To: <1253695762-23082-1-git-send-email-jeff.liu@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 <jeff@jeff-laptop.(none)>
>
>  "Following lockres' are still on the "
>                    ^ here
>
> Signed-off-by: jeff <jeff@jeff-laptop.(none)>
> ---
>  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);
>   

      reply	other threads:[~2009-09-23  9:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-23  8:49 [Ocfs2-devel] [PATCH 1/1] ocfs2: remove an invalid single quotation marks from the mlog string Jeff Liu
2009-09-23  9:08 ` jeff.liu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AB9E58E.5090001@oracle.com \
    --to=jeff.liu@oracle.com \
    --cc=ocfs2-devel@oss.oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.