sbin/hammer: Use existing macro to encode zone2 address
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 29 Apr 2015 16:25:04 +0000 (01:25 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 29 Apr 2015 16:53:31 +0000 (01:53 +0900)
commit06638ac6fd1ff90a5316f4c00bc659935d5b7f98
tree4a19e7c1cac41b29c6617fda5d21d7a12f4cf1ed
parent32a31210d4b47c76d1189ec35a908dcf1806ff06
sbin/hammer: Use existing macro to encode zone2 address

- Use HAMMER_ENCODE_RAW_BUFFER().

- Using this macro should always be better in the sense that it
  properly masks the input offset (clears zone and volume bits).
sbin/hammer/ondisk.c