sbin/hammer: Remove get_ondisk() after previous commits
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 26 Sep 2016 00:52:20 +0000 (09:52 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 6 Oct 2016 20:17:35 +0000 (05:17 +0900)
commit22b23697054400f59703e2cb16ce000a04661880
tree79b31ced50a2c3b96e096cb583a1a92e95337a14
parent1ba4249f8f732d0a963a13b94b8164b6eb55809a
sbin/hammer: Remove get_ondisk() after previous commits

After the previous commits, a static function get_ondisk() is only
used by get_buffer_data() which is a function for arbitrary ondisk
data, so it can simply be a part of get_buffer_data().
sbin/hammer/ondisk.c