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/lockspace.c | |
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/lockspace.c')
-rw-r--r-- | fs/dlm/lockspace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/lockspace.c b/fs/dlm/lockspace.c index 0c3613d09c5e..ca1eca0809d4 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; |