sbin/hammer: Make hammer checkmap command use tailq
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 17 Mar 2015 10:47:13 +0000 (19:47 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 17 Mar 2015 10:47:13 +0000 (19:47 +0900)
commit91416fbde1ae5806d56c4cf1ff6ac7700ce5c60d
treeb912c52968d4cfad48a6f914cbfb85bfbb83fe98
parentac8862532ba978820e3797be337b9e99d48a7cde
sbin/hammer: Make hammer checkmap command use tailq

- Embed "TAILQ_ENTRY(collect) entry;" in struct collect instead of
  having a pointer of the same type.
sbin/hammer/cmd_blockmap.c