sys/vfs/hammer: Add HAMMER_BUFSIZE_DOALIGN() and variants
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 6 Nov 2016 06:35:28 +0000 (15:35 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 6 Nov 2016 09:58:20 +0000 (18:58 +0900)
commitbbc5e78bcb51684a6bd9973fe76c973498a6c9ff
treed6e23b880c39e967ddf8691b82f71c99846361c5
parent1ea93af33dc11300bbf4bcce14657494ddf5b104
sys/vfs/hammer: Add HAMMER_BUFSIZE_DOALIGN() and variants

The only reason it's "DOALIGN" instead of just "ALIGN" is
because that's how macros have been named in HAMMER1/2.
"ALIGN" macros represent alignment size.
sbin/newfs_hammer/newfs_hammer.c
sys/vfs/hammer/hammer_disk.h
sys/vfs/hammer/hammer_ondisk.c