HomeFreeBSD

cam_iosched: use tunable flag and make a bool really a bool

Description

cam_iosched: use tunable flag and make a bool really a bool

kern.cam.do_dynamic_iosched is really a bool, so change its type to
bool. While I'm here, also use the CTLFLAG_TUN flag instead of a
separate tunable line for it and kern.cam.iosched_alpha_bits.

MFC After: 1 week
Sponsored by: Netflix

Details

Provenance
impAuthored on Jul 13 2021, 6:00 AM
Parents
rG431ddd94360a: Fix potential NULL pointer dereference of device physical path
Branches
Unknown
Tags
Unknown