git: sys/dev/disk/dm: Remove unconditional kprintf in strategy()
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sat Oct 10 05:46:03 PDT 2015
commit 89635542037e0da43fea2775f8b4eb46230e5b35
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Tue Sep 29 21:14:33 2015 +0900
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.
Summary of changes:
sys/dev/disk/dm/dm_target_error.c | 2 +-
sys/dev/disk/dm/dm_target_zero.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/89635542037e0da43fea2775f8b4eb46230e5b35
--
DragonFly BSD source repository
More information about the Commits
mailing list