sys/vfs/hammer2: Rename hammer2_chain_core_init() -> hammer2_chain_init()
authorTomohiro Kusumi <tkusumi@netbsd.org>
Sat, 24 Sep 2022 08:11:08 +0000 (01:11 -0700)
committerTomohiro Kusumi <tkusumi@netbsd.org>
Sat, 24 Sep 2022 08:30:09 +0000 (01:30 -0700)
commit47f63aa5d35238b65913ff44c233cc4da5f5ec35
treebcbd2b44aed5034cc0d81966cb57d45d01fee363
parent507074cda85e5336addc4735d46e5a2f4b9dec2e
sys/vfs/hammer2: Rename hammer2_chain_core_init() -> hammer2_chain_init()

Currently this function is just a common function to initialize chains.
What it initializes are no longer limited to chain->core as opposed to
when it first appeared in 0dea3156dc9c037aae4fd9fb00c631a401f62e5a in 2013.

Remove "core" for clarity and remove irrelevant comment.
sys/vfs/hammer2/hammer2.h
sys/vfs/hammer2/hammer2_chain.c
sys/vfs/hammer2/hammer2_vfsops.c