git: sys/vfs/hammer: Use hammer_crc_t
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sat Apr 15 14:26:04 PDT 2017
commit 17b150c600a9d06b2d15292ef4cf2a27ff1d221d
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sun Apr 16 00:04:40 2017 +0300
sys/vfs/hammer: Use hammer_crc_t
Use hammer_crc_t rather than uint32_t which is the same thing.
This commit doesn't (and shouldn't) replace CRC variables that are
not HAMMER's ondisk CRC field or ioctl, but for general purpose.
Summary of changes:
sbin/hammer/cmd_show.c | 4 ++--
sys/vfs/hammer/hammer_ioctl.h | 2 +-
sys/vfs/hammer/hammer_mirror.c | 2 +-
sys/vfs/hammer/hammer_reblock.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/17b150c600a9d06b2d15292ef4cf2a27ff1d221d
--
DragonFly BSD source repository
More information about the Commits
mailing list