HomeFreeBSD

MFC r298551, r298679, r298680:

Description

MFC r298551, r298679, r298680:
fsck_ffs: use uint32_t for closedisk().

fs_ncg is of type uint32_t, and we were indexing it with an int.
Fixed this using an unsigned type.

Reviewed by: mckusick

Details

Provenance
pfgAuthored on
Reviewer
mckusick
Parents
rS298764: MFC r298551, r298679, r298680:
Branches
Unknown
Tags
Unknown