sys/vfs/hammer: Add HAMMER_BLOCKMAP_LAYER2_DOALIGN()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 6 Nov 2016 05:47:26 +0000 (14:47 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 6 Nov 2016 09:58:20 +0000 (18:58 +0900)
commit1ea93af33dc11300bbf4bcce14657494ddf5b104
tree82f2b480363837938e99fa765ee343b4a3eb1bbe
parent30457c934d89eaffd27155a7ffba45a3504ea94e
sys/vfs/hammer: Add HAMMER_BLOCKMAP_LAYER2_DOALIGN()

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/hammer/ondisk.c
sys/vfs/hammer/hammer_disk.h
sys/vfs/hammer/hammer_volume.c