commit d2530221eb7250e314ae52f47ef6529d089ba587
Author: Tomohiro Kusumi <[email protected]>
Date: Tue Dec 1 20:53:37 2015 +0900
sys/vfs/hammer: Remove HAMMER_BLOCKMAP_RADIX1|2_PERBUFFER macros
Things can be implemented without using these macros that
are a bit difficult to understand what they are.
newfs_hammer is the only program that currently uses them,
but it can be done in a more simple way.
Summary of changes:
sbin/hammer/ondisk.c | 8 ++++----
sys/vfs/hammer/hammer_disk.h | 5 -----
2 files changed, 4 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d2530221eb7250e314ae52f47ef6529d089ba587
--
DragonFly BSD source repository