sys/dev/disk/dm: Remove unconditional kprintf in strategy()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 29 Sep 2015 12:14:33 +0000 (21:14 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 10 Oct 2015 12:38:15 +0000 (21:38 +0900)
commit89635542037e0da43fea2775f8b4eb46230e5b35
treee9f830c8c1c0651b60bb77ff86114c39c8021a49
parent28a07adbe0dc8861c944304e76c13cb53a041d48
sys/dev/disk/dm: Remove unconditional kprintf in strategy()

dm-error has unconditional kprintf in strategy originally
brought from the same function in NetBSD, but this is just
bothering considering the purpose of this dm target is to
generate an error.
sys/dev/disk/dm/dm_target_error.c
sys/dev/disk/dm/dm_target_zero.c