git: sys/vfs/hammer: Cleanup debug kprintfs for cursor/elm
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Fri Sep 4 10:57:31 PDT 2015
commit fe4fc0c0a0d86fca3c523459751595632b3c2eeb
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Wed Aug 26 00:30:37 2015 +0900
sys/vfs/hammer: Cleanup debug kprintfs for cursor/elm
Most of the kprintfs in sys/vfs/hammer/hammer_btree.c
that are used only when vfs.hammer.debug_btree is set
do the same thing (with slightly different format),
so integrate them into two inline functions.
Summary of changes:
sys/vfs/hammer/hammer_btree.c | 187 +++++++++++++++---------------------------
1 file changed, 66 insertions(+), 121 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fe4fc0c0a0d86fca3c523459751595632b3c2eeb
--
DragonFly BSD source repository
More information about the Commits
mailing list