sys/vfs/hammer: Add HAMMER_UNDO_DOALIGN()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 9 Nov 2016 15:56:25 +0000 (00:56 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 11 Nov 2016 18:15:39 +0000 (03:15 +0900)
commit19836c70c1e92cdd87b22020ebc3a9844ab2c57e
tree2412b177a8124859329746d54ff1bc84f3b522ff
parent5da26eafbc4cacb31a89ef0569a29966b135c5be
sys/vfs/hammer: Add HAMMER_UNDO_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/cmd_blockmap.c
sbin/hammer/cmd_show.c
sys/vfs/hammer/hammer_disk.h