HomeFreeBSD

itimers_alloc: no need to initialize its_timers array

Description

itimers_alloc: no need to initialize its_timers array

struct itimers is allocated with M_ZERO, setting all members to NULL
is tautological.

Reviewed by: imp, markj, mav
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D33670

Details

Provenance
kibAuthored on Dec 27 2021, 6:32 PM
Reviewer
imp
Differential Revision
D33670: itimers: strip unused bits from struct itimer and struct itimers
Parents
rG0af4ce45472c: tcp_usr_shutdown: don't cast inp_ppcb to tcpcb before checking inp_flags
Branches
Unknown
Tags
Unknown