sys/vfs/hammer: Use hammer_crc_t
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 15 Apr 2017 21:04:40 +0000 (00:04 +0300)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 15 Apr 2017 21:25:11 +0000 (00:25 +0300)
commit17b150c600a9d06b2d15292ef4cf2a27ff1d221d
tree725508e5a7dcabe9adf5fa83d11b33db3ceb5ebb
parentcadc602b65dfddbf4c14b771acd5ba6b4b0b0493
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.
sbin/hammer/cmd_show.c
sys/vfs/hammer/hammer_ioctl.h
sys/vfs/hammer/hammer_mirror.c
sys/vfs/hammer/hammer_reblock.c