From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Aring Date: Wed, 4 Aug 2021 10:31:25 -0400 Subject: [Cluster-devel] [PATCH dlm/tool] plock: move clear waiter to debug info Message-ID: <20210804143125.687417-1-aahringo@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This patch moves the clear waiter log message for a killed/interrupted posix lock of a user space from error to debug. It can be confused to see it as error in the log but it's necessary to cleanup all waiters who are waiting for the lock. Reported-by: Shane Bradley --- dlm_controld/plock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlm_controld/plock.c b/dlm_controld/plock.c index 992fb16f..692787e2 100644 --- a/dlm_controld/plock.c +++ b/dlm_controld/plock.c @@ -660,7 +660,7 @@ static void clear_waiters(struct lockspace *ls, struct resource *r, list_del(&w->list); - log_elock(ls, "clear waiter %llx %llx-%llx %d/%u/%llx", + log_dlock(ls, "clear waiter %llx %llx-%llx %d/%u/%llx", (unsigned long long)in->number, (unsigned long long)in->start, (unsigned long long)in->end, -- 2.27.0