commit | ac75b09fc62df441eee90fecfe9b2a6ca24976f2 | [log] [tgz] |
---|---|---|
author | Mike Snitzer <snitzer@redhat.com> | Thu May 14 12:55:39 2020 -0400 |
committer | Mike Snitzer <snitzer@redhat.com> | Wed May 20 17:09:47 2020 -0400 |
tree | 18f005f7a32ba01df59bfbfd937d4246c1572cac | |
parent | 49de3b7d21ef12e03358aa77ad6bff4aaf5ac3f5 [diff] |
dm: use DMDEBUG macros now that they use pr_debug variants 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: Mike Snitzer <snitzer@redhat.com>