aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/lockspace.c
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/lockspace.c
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/lockspace.c')
-rw-r--r--fs/dlm/lockspace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/lockspace.c b/fs/dlm/lockspace.c
index 0c3613d09c5e3..ca1eca0809d41 100644
--- a/fs/dlm/lockspace.c
+++ b/fs/dlm/lockspace.c
@@ -275,7 +275,6 @@ static int dlm_scand(void *data)
ls->ls_scan_time = jiffies;
dlm_scan_rsbs(ls);
dlm_scan_timeout(ls);
- dlm_scan_waiters(ls);
dlm_unlock_recovery(ls);
} else {
ls->ls_scan_time += HZ;