• Mike Snitzer's avatar
    dm: use DMDEBUG macros now that they use pr_debug variants · ac75b09f
    Mike Snitzer authored
    Now that DMDEBUG uses pr_debug and DMDEBUG_LIMIT uses
    pr_debug_ratelimited cleanup DM's 2 direct pr_debug callers to use
    them to get the benefit of consistent DM_FMT formatting of debugging
    messages.
    
    While doing so, dm-mpath.c:dm_report_EIO() was switched over to using
    DMDEBUG_LIMIT due to the potential for error handling floods in the IO
    completion path.
    Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
    ac75b09f
dm-mpath.c 52.1 KB