sbin/hammer: Refactor hammer show [1/4]
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 25 Mar 2016 14:57:29 +0000 (23:57 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 27 Mar 2016 15:43:22 +0000 (00:43 +0900)
commitdaf400fabb7fe8189b97dc410d2c056b73423e45
treeafd217d765ec564e89d01de66ed4c316968934fa
parent064db26e8ec2e90633635067b93dc6c9e0e041c5
sbin/hammer: Refactor hammer show [1/4]

Remove node_offset, depth, left/right bound from hammer_cmd_show()
arguments. hammer show can only start B-Tree walk from the root of
B-Tree, so these arguments are always -1, 0, NULLs.
sbin/hammer/cmd_show.c
sbin/hammer/hammer.c
sbin/hammer/hammer.h