sys/vfs/hammer2: Fix incorrect hammer2_dump_chain() argument
commita5e418c0eb88a96820f5604845f7e89450ce819f
authorTomohiro Kusumi <tkusumi@netbsd.org>
Mon, 5 Sep 2022 09:17:59 +0000 (5 02:17 -0700)
committerTomohiro Kusumi <tkusumi@netbsd.org>
Mon, 5 Sep 2022 09:26:24 +0000 (5 02:26 -0700)
tree12cca4b9dd350c4dc1f709a07018e10171fca61c
parentce650ac4cf521933947a4f53639323cfc93c85b1
sys/vfs/hammer2: Fix incorrect hammer2_dump_chain() argument

The third argument is blockref index within parent,
so initial caller should always pass 0.

Currently i happens to be always 0.
sys/vfs/hammer2/hammer2_ioctl.c