sbin/hammer: Remove redundant blockmap lookup in hammer show
commit79e1308738610e1421da5d45bd96b14dee72f628
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 17 Dec 2016 00:34:30 +0000 (17 09:34 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 17 Dec 2016 16:34:18 +0000 (18 01:34 +0900)
treed6427b91104891c2e9d0ee618817ac0cf31785c6
parent6153075a8b0ad2fafa7eae03e6d2b82742c11489
sbin/hammer: Remove redundant blockmap lookup in hammer show

blockmap_lookup() is called via check_data_crc() right before
check_data_crc() gets called. This isn't necessary for checking
data CRC either.
sbin/hammer/cmd_show.c