sbin/hammer: Add B-Tree helper functions and cleanups
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 21 Sep 2015 05:28:07 +0000 (14:28 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 24 Sep 2015 14:09:55 +0000 (23:09 +0900)
commitf29b8e39039188cff2bd4e78ac1969c1e33f8d35
treeb0f395ba23d3ff1f81de5f94ddadc1a15f57cf87
parentf1cf4f649f3abb55d93c4badf724ac78b272a3e1
sbin/hammer: Add B-Tree helper functions and cleanups

and some cleanups that make no functional changes.

This makes B-Tree search/filtering code using optional search
directives much more readable. Also this makes it easier to
do fix in the next commit (fix wrong next elm boundary test).
sbin/hammer/cmd_show.c