git: kernel/hammer2: Rename DEBUG to H2_ZLIB_DEBUG in the zlib code.
Sascha Wildner
swildner at crater.dragonflybsd.org
Wed Sep 13 13:24:29 PDT 2017
commit a46112e58eff4ec5b4ae351a2a479284215f3d98
Author: Sascha Wildner <saw at online.de>
Date: Wed Sep 13 22:23:43 2017 +0200
kernel/hammer2: Rename DEBUG to H2_ZLIB_DEBUG in the zlib code.
This unbreaks LINT64, to which hammer2 was added in cf4ab83ee58092c57
without actually having tested it.
There is a DEBUG kernel option that this conflicts with. Also, most of
this code is userland code, not kernel code.
H2's zlib really needs to be cleaned up better.
Summary of changes:
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c | 6 +++---
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.h | 4 ++--
sys/vfs/hammer2/zlib/hammer2_zlib_trees.c | 32 ++++++++++++++---------------
sys/vfs/hammer2/zlib/hammer2_zlib_zutil.c | 4 ++--
sys/vfs/hammer2/zlib/hammer2_zlib_zutil.h | 2 +-
5 files changed, 24 insertions(+), 24 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a46112e58eff4ec5b4ae351a2a479284215f3d98
--
DragonFly BSD source repository
More information about the Commits
mailing list