HomeFreeBSD

Fix a bug in the counting of blks.

Description

Fix a bug in the counting of blks.

We shouldn't count the bytes set in c_addr for TS_CLRI and TS_BITS
nodes. Those block overload c_count to communicate how many blocks
follow, not now many c_addr spaces are used. Dump would dump core
(now) because memory layout moved around and we'd access elements past
the end to make a count.

Reviewed by: kib@

Details

Provenance
impAuthored on
Parents
rS334978: Delete the definition for nfsrvd_notsuppvp(), since it no longer exists.
Branches
Unknown
Tags
Unknown