sys/vfs/hammer2: Remove redundant NULL chain test in bulkfree
commitf517f709f21348856007372e7fd0183c8378e253
authorTomohiro Kusumi <tkusumi@netbsd.org>
Tue, 16 May 2023 05:10:21 +0000 (15 22:10 -0700)
committerTomohiro Kusumi <tkusumi@netbsd.org>
Tue, 16 May 2023 05:15:21 +0000 (15 22:15 -0700)
tree4975d08b48cc06c20d2248ad39d878ae64af2ef1
parentc4cc6dbe3659194c7103e7d536861cfd9cb52203
sys/vfs/hammer2: Remove redundant NULL chain test in bulkfree

chain is never NULL at this point (see right above this),
and there are chain dereferences without test after this as well.
sys/vfs/hammer2/hammer2_bulkfree.c