HomeFreeBSD

MFC r344042:

Description

MFC r344042:
UMA: unsign some variables related to allocation in hash_alloc().

As a followup to r343673, unsign some variables related to allocation
since the hashsize cannot be negative. This gives a bit more space to
handle bigger allocations and avoid some implicit casting.

While here also unsign uh_hashmask, it makes little sense to keep it
signed.

Differential Revision: https://reviews.freebsd.org/D19148

Details

Provenance
pfgAuthored on
Differential Revision
D19148: UMA: unsign some variables related to allocation in hash_alloc().
Parents
rS344362: MFC r344042:
Branches
Unknown
Tags
Unknown