diff options
author | Alexander Aring <aahringo@redhat.com> | 2022-06-22 21:45:20 +0300 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2022-06-24 19:57:52 +0300 |
commit | 2bb2a3d66c6f3971a278265011c9ce1d5f0fb3e2 (patch) | |
tree | 6cac66220688c12704219b00939c2054d76a42f0 /fs/dlm/config.h | |
parent | dfc020f334f8daa36bf44417b3066c78ffa5d083 (diff) | |
download | linux-2bb2a3d66c6f3971a278265011c9ce1d5f0fb3e2.tar.xz |
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>
Diffstat (limited to 'fs/dlm/config.h')
-rw-r--r-- | fs/dlm/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/config.h b/fs/dlm/config.h index df92b0a07fc6..cb23d018e863 100644 --- a/fs/dlm/config.h +++ b/fs/dlm/config.h @@ -38,7 +38,6 @@ struct dlm_config_info { int ci_protocol; int ci_mark; int ci_timewarn_cs; - int ci_waitwarn_us; int ci_new_rsb_count; int ci_recover_callbacks; char ci_cluster_name[DLM_LOCKSPACE_LEN]; |