sys/dev/disk/dm: Make dmdebug() print __func__
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 9 Oct 2016 09:22:18 +0000 (18:22 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 9 Oct 2016 10:19:12 +0000 (19:19 +0900)
commit28d082dd4654cb35f336ab89d3fe1f360c780a8d
tree21d36e178d1c65f0985fd82bf1b5c75db8fd2334
parentc655a349761cf80111171cbcf94587b9b637ae61
sys/dev/disk/dm: Make dmdebug() print __func__

and fix/remove dmdebug calls that could be cleaned up or simplified.
sys/dev/disk/dm/device-mapper.c
sys/dev/disk/dm/dm.h
sys/dev/disk/dm/dm_ioctl.c
sys/dev/disk/dm/dm_pdev.c
sys/dev/disk/dm/dm_table.c
sys/dev/disk/dm/targets/flakey/dm_target_flakey.c
sys/dev/disk/dm/targets/striped/dm_target_striped.c