From: Alexander Aring <aahringo@redhat.com>
To: teigland@redhat.com
Cc: gfs2@lists.linux.dev, aahringo@redhat.com
Subject: [PATCH dlm/next 3/3] dlm: log_limit() recover_conversion() handling
Date: Mon, 4 Nov 2024 17:04:17 -0500 [thread overview]
Message-ID: <20241104220417.3883898-3-aahringo@redhat.com> (raw)
In-Reply-To: <20241104220417.3883898-1-aahringo@redhat.com>
Let's us easier be aware when middle_conversions() are handled by DLM
recovery handling.
Signed-off-by: Alexander Aring <aahringo@redhat.com>
---
fs/dlm/recover.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/dlm/recover.c b/fs/dlm/recover.c
index 011153fcb84f..7e89f362e50c 100644
--- a/fs/dlm/recover.c
+++ b/fs/dlm/recover.c
@@ -852,12 +852,12 @@ static void recover_conversion(struct dlm_rsb *r)
break;
}
- log_debug(ls, "%s %x set gr to rq %d", __func__,
+ log_limit(ls, "%s %x set gr to rq %d", __func__,
lkb->lkb_id, lkb->lkb_rqmode);
} else {
WARN_ON(grmode == lkb->lkb_rqmode);
- log_debug(ls, "%s %x set gr %d", __func__,
+ log_limit(ls, "%s %x set gr %d", __func__,
lkb->lkb_id, grmode);
lkb->lkb_grmode = grmode;
}
--
2.43.0
prev parent reply other threads:[~2024-11-04 22:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-04 22:04 [PATCH dlm/next 1/3] dlm: fix recover_conversion() if grmode is unknown Alexander Aring
2024-11-04 22:04 ` [PATCH dlm/next 2/3] dlm: add grmode sanity checks and debug info Alexander Aring
2024-11-04 22:04 ` Alexander Aring [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=20241104220417.3883898-3-aahringo@redhat.com \
--to=aahringo@redhat.com \
--cc=gfs2@lists.linux.dev \
--cc=teigland@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox