fs: dlm: remove waiter warnings
authorAlexander Aring <aahringo@redhat.com>
Wed, 22 Jun 2022 18:45:20 +0000 (14:45 -0400)
committerDavid Teigland <teigland@redhat.com>
Fri, 24 Jun 2022 16:57:52 +0000 (11:57 -0500)
commit2bb2a3d66c6f3971a278265011c9ce1d5f0fb3e2
tree6cac66220688c12704219b00939c2054d76a42f0
parentdfc020f334f8daa36bf44417b3066c78ffa5d083
fs: dlm: remove waiter warnings

This patch removes warning messages that could be logged when
remote requests had been waiting on a reply message for some timeout
period (which could be set through configfs, but was rarely enabled.)
The improved midcomms layer now carefully tracks all messages and
replies, and logs much more useful messages if there is an actual
problem.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/config.c
fs/dlm/config.h
fs/dlm/dlm_internal.h
fs/dlm/lock.c
fs/dlm/lock.h
fs/dlm/lockspace.c