]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3e14d75c12d14a2785cd09b7229b51dc7a9005c6
tree6cac66220688c12704219b00939c2054d76a42f0
parent44443576b780c9e114b27e5337541a39c633f37f
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