sbin/hammer: Use inline CRC functions in userspace
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 5 Sep 2016 14:45:34 +0000 (23:45 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 6 Sep 2016 12:02:35 +0000 (21:02 +0900)
commit4564396607ddbe09b2e35670c46054c9222300d4
tree37c5071ac037a62ec28d8375ba6a81baf12dec7f
parent8856c8bd6cbcd6c533c080374ed9303015471d17
sbin/hammer: Use inline CRC functions in userspace

Remove crc32 prototypes in sbin/hammer/hammer_util.h.
Remove hammer_crc_test_leaf() which is a copy-pasted function
from kernel code.
sbin/hammer/blockmap.c
sbin/hammer/cmd_blockmap.c
sbin/hammer/cmd_mirror.c
sbin/hammer/cmd_recover.c
sbin/hammer/cmd_show.c
sbin/hammer/hammer_util.h
sbin/hammer/misc.c
sbin/hammer/ondisk.c
sbin/newfs_hammer/newfs_hammer.c