sys/vfs/hammer: Remove HAMMER_BLOCKMAP_RADIX1|2_PERBUFFER macros
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 1 Dec 2015 11:53:37 +0000 (20:53 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 1 Dec 2015 12:42:59 +0000 (21:42 +0900)
commitd2530221eb7250e314ae52f47ef6529d089ba587
treefa13a14085d2b01e48cb384e367934515594431c
parent6fa871edd8a4c6595226f8af145537a088ffc544
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.
sbin/hammer/ondisk.c
sys/vfs/hammer/hammer_disk.h