commit e027fd447240b399683c7d7a71542a19c089db37
Author: Tomohiro Kusumi <[email protected]>
Date: Mon Sep 5 22:24:32 2016 +0900
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.
Summary of changes:
sys/vfs/hammer/hammer.h | 19 +++++++++++++++++++
sys/vfs/hammer/hammer_recover.c | 3 +--
sys/vfs/hammer/hammer_redo.c | 3 +--
sys/vfs/hammer/hammer_undo.c | 9 +++------
4 files changed, 24 insertions(+), 10 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e027fd447240b399683c7d7a71542a19c089db37
--
DragonFly BSD source repository