Module Name: src Committed By: tkusumi Date: Sat Dec 14 10:02:35 UTC 2019
Modified Files: src/sys/dev/dm: dm_target_error.c dm_target_linear.c dm_target_mirror.c dm_target_snapshot.c dm_target_stripe.c dm_target_zero.c Log Message: dm: Remove unconditional debug prints in targets' ->strategy() Having debug prints in ->strategy() by default just to tell ->strategy() is called is overkill. taken-from: DragonFlyBSD To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/dm/dm_target_error.c cvs rdiff -u -r1.27 -r1.28 src/sys/dev/dm/dm_target_linear.c cvs rdiff -u -r1.18 -r1.19 src/sys/dev/dm/dm_target_mirror.c cvs rdiff -u -r1.30 -r1.31 src/sys/dev/dm/dm_target_snapshot.c cvs rdiff -u -r1.34 -r1.35 src/sys/dev/dm/dm_target_stripe.c cvs rdiff -u -r1.21 -r1.22 src/sys/dev/dm/dm_target_zero.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.