HomeFreeBSD

fsck_ffs: Adopt some type safety for the journalling checks.

Description

fsck_ffs: Adopt some type safety for the journalling checks.

fs_ncg is of type uint32, and we were indexing it with an int.
Fixed this using an unsigned type and adopt some other unsigned
indexes to remind us when we are dealing with unsigned numbers.

Reviewed by: mckusick
MFC after: 5 days

Details

Provenance
pfgAuthored on
Reviewer
mckusick
Parents
rS298550: Fix duplicate "name" variable that sneaked in with the rc description commit.
Branches
Unknown
Tags
Unknown