diff options
author | Alexander Aring <aahringo@redhat.com> | 2021-11-02 20:17:14 +0100 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2021-11-02 20:39:20 +0100 |
commit | 2f05ec4327ffaa34877de67fc5bb5eb3ab3767f0 (patch) | |
tree | aa657dcf488b0e4b3e2bfa783118e994ab1982bf /kernel | |
parent | fs: dlm: use dlm_recovery_stopped in condition (diff) | |
download | linux-2f05ec4327ffaa34877de67fc5bb5eb3ab3767f0.tar.xz linux-2f05ec4327ffaa34877de67fc5bb5eb3ab3767f0.zip |
fs: dlm: make dlm_callback_resume quite
This patch makes dlm_callback_resume info printout less noisy by
accumulate all callback queues into one printout not in 25 times steps.
It seems this printout became lately quite noisy in relationship with
gfs2.
Before:
[241767.849302] dlm: bin: dlm_callback_resume 25
[241767.854846] dlm: bin: dlm_callback_resume 25
[241767.860373] dlm: bin: dlm_callback_resume 25
...
[241767.865920] dlm: bin: dlm_callback_resume 25
[241767.871352] dlm: bin: dlm_callback_resume 25
[241767.876733] dlm: bin: dlm_callback_resume 25
After the patch:
[ 385.485728] dlm: gfs2: dlm_callback_resume 175
if zero it will not be printed out.
Reported-by: Barry Marson <bmarson@redhat.com>
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions