git: sys/vfs/hammer: Remove HAMMER_BLOCKMAP_RADIX1|2_PERBUFFER macros

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Tue Dec 1 07:24:02 PST 2015


commit d2530221eb7250e314ae52f47ef6529d089ba587
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
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



More information about the Commits mailing list