aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/config.h
diff options
context:
space:
mode:
authorAlexander Aring <aahringo@redhat.com>2022-06-22 14:45:20 -0400
committerDavid Teigland <teigland@redhat.com>2022-06-24 11:57:52 -0500
commit2bb2a3d66c6f3971a278265011c9ce1d5f0fb3e2 (patch)
tree6cac66220688c12704219b00939c2054d76a42f0 /fs/dlm/config.h
parentdfc020f334f8daa36bf44417b3066c78ffa5d083 (diff)
downloadlinux-2bb2a3d66c6f3971a278265011c9ce1d5f0fb3e2.tar.gz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/config.h b/fs/dlm/config.h
index df92b0a07fc6c..cb23d018e863c 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];