mbox series

[PATCHv2,0/2] device-mapper: use dynamic debug

Message ID 20200514060929.85469-1-hare@suse.de (mailing list archive)
Headers show
Series device-mapper: use dynamic debug | expand

Message

Hannes Reinecke May 14, 2020, 6:09 a.m. UTC
Hi all,

here's an updated version of my earlier patch to switch to dynamic
debug instead of using a compile-time option.
I've modified the initial patch as suggested by Mike, and also fixed
up stray newlines which had crept in with some debugging messages
in dm-zoned.

Hannes Reinecke (2):
  device-mapper: use dynamic debug instead of compile-time config option
  dm-zoned: remove spurious newlines from debugging messages

 drivers/md/dm-zoned-reclaim.c | 4 ++--
 drivers/md/dm-zoned-target.c  | 4 ++--
 include/linux/device-mapper.h | 5 ++---
 3 files changed, 6 insertions(+), 7 deletions(-)