From: Sunil Mushran <Sunil.Mushran@oracle.com>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] [PATCH] Use dlm_print_one_lock_resource for lock reason.
Date: Wed Feb 27 18:55:23 2008 [thread overview]
Message-ID: <47C6225E.5020107@oracle.com> (raw)
In-Reply-To: <20080228024155.GA9569@tma-pc1.cn.oracle.com>
Actually this is already in the last set of dlm patches. The one I missed
was dlm_lock_add_to_array().
http://oss.oracle.com/pipermail/ocfs2-devel/2008-February/001847.html
Make a patch just for that and we can add that in the checkin queue.
Tao Ma wrote:
> __dlm_print_one_lock_resource must be called with spin_lock
> the res->spinlock. While in some cases, we use it without this
> precondition and lead to the failure of assert_spin_locked.
> So call dlm_print_one_lock_resource instead.
>
> Signed-off-by: Tao Ma <tao.ma@oracle.com>
>
> ---
>
> fs/ocfs2/dlm/dlmconvert.c | 2 +-
> fs/ocfs2/dlm/dlmmaster.c | 4 ++--
> fs/ocfs2/dlm/dlmrecovery.c | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> e24386850ba5540d084e1aa0b7934116ff587165
> diff --git a/fs/ocfs2/dlm/dlmconvert.c b/fs/ocfs2/dlm/dlmconvert.c
> index ecb4d99..75997b4 100644
> --- a/fs/ocfs2/dlm/dlmconvert.c
> +++ b/fs/ocfs2/dlm/dlmconvert.c
> @@ -487,7 +487,7 @@ int dlm_convert_lock_handler(struct o2ne
> "cookie=%u:%llu\n",
> dlm_get_lock_cookie_node(be64_to_cpu(cnv->cookie)),
> dlm_get_lock_cookie_seq(be64_to_cpu(cnv->cookie)));
> - __dlm_print_one_lock_resource(res);
> + dlm_print_one_lock_resource(res);
> goto leave;
> }
>
> diff --git a/fs/ocfs2/dlm/dlmmaster.c b/fs/ocfs2/dlm/dlmmaster.c
> index a54d33d..fe6b3ef 100644
> --- a/fs/ocfs2/dlm/dlmmaster.c
> +++ b/fs/ocfs2/dlm/dlmmaster.c
> @@ -2348,7 +2348,7 @@ int dlm_deref_lockres_handler(struct o2n
> 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;
> @@ -2408,7 +2408,7 @@ static void dlm_deref_lockres_worker(str
> 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);
> }
>
> dlm_lockres_put(res);
> diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c
> index 91f747b..550d4e6 100644
> --- a/fs/ocfs2/dlm/dlmrecovery.c
> +++ b/fs/ocfs2/dlm/dlmrecovery.c
> @@ -1191,7 +1191,7 @@ static int dlm_add_lock_to_array(struct
> (ml->type == LKM_EXMODE ||
> memcmp(mres->lvb, lock->lksb->lvb, DLM_LVB_LEN))) {
> mlog(ML_ERROR, "mismatched lvbs!\n");
> - __dlm_print_one_lock_resource(lock->lockres);
> + dlm_print_one_lock_resource(lock->lockres);
> BUG();
> }
> memcpy(mres->lvb, lock->lksb->lvb, DLM_LVB_LEN);
>
prev parent reply other threads:[~2008-02-27 18:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-27 18:43 [Ocfs2-devel] [PATCH] Use dlm_print_one_lock_resource for lock reason Tao Ma
2008-02-27 18:55 ` Sunil Mushran [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=47C6225E.5020107@oracle.com \
--to=sunil.mushran@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.