• Alexander Aring's avatar
    fs: dlm: make dlm_callback_resume quite · 2f05ec43
    Alexander Aring authored
    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: default avatarBarry Marson <bmarson@redhat.com>
    Signed-off-by: default avatarAlexander Aring <aahringo@redhat.com>
    Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
    2f05ec43
ast.c 8.07 KB