sys/vfs/hammer: Add inline CRC functions for undo/redo fifo head
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 5 Sep 2016 13:24:32 +0000 (22:24 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 5 Sep 2016 14:08:45 +0000 (23:08 +0900)
commite027fd447240b399683c7d7a71542a19c089db37
tree242bc2593eaa7aea7055c29f0c8e9c549df3464d
parente3c15a1a96fde05ed86a3bad060020a457e4e648
sys/vfs/hammer: Add inline CRC functions for undo/redo fifo head

Note that undo->head is at offset 0 of undo,
and the same for redo->head.
sys/vfs/hammer/hammer.h
sys/vfs/hammer/hammer_recover.c
sys/vfs/hammer/hammer_redo.c
sys/vfs/hammer/hammer_undo.c