git: sys/vfs/hammer: Fix terminology for undo fifo
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Thu Nov 3 02:08:29 PDT 2016
commit 50d83294807d19f723374148249951a0db08be51
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Thu Nov 3 14:51:32 2016 +0900
sys/vfs/hammer: Fix terminology for undo fifo
Always use "UNDO/REDO FIFO" whenever printf/manpage/etc refer to
undo in terms of HAMMER's zone-3 data structure, because that's
how it's been used originally.
But leave comments as they are now. There are tons of comments
that refer to UNDO, but not REDO when they could be UNDO/REDO,
but those mostly come from the fact that REDO was added later.
Summary of changes:
sbin/hammer/hammer.8 | 4 ++--
sbin/newfs_hammer/newfs_hammer.8 | 2 +-
sys/vfs/hammer/hammer_disk.h | 2 +-
sys/vfs/hammer/hammer_redo.c | 2 +-
sys/vfs/hammer/hammer_undo.c | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/50d83294807d19f723374148249951a0db08be51
--
DragonFly BSD source repository
More information about the Commits
mailing list