sys/vfs/hammer2: Fix non inode chain handling in hammer2_update_pmps()
authorTomohiro Kusumi <tkusumi@netbsd.org>
Fri, 25 Sep 2020 16:27:48 +0000 (01:27 +0900)
committerTomohiro Kusumi <tkusumi@netbsd.org>
Sat, 26 Sep 2020 16:40:54 +0000 (01:40 +0900)
commitf2641fa378d9f0ab433496a624659b4a030f4aaa
tree9b119955a61536fa50caf6d414ecbbc89f1e1a13
parentdff616f71d2401d2d44f647f79744eb1ebb3f189
sys/vfs/hammer2: Fix non inode chain handling in hammer2_update_pmps()

This should only be seeing inode chains,
but if not it still needs to continue chain iteration.
sys/vfs/hammer2/hammer2_vfsops.c