HomeFreeBSD

Annotated dprintf as printf-like

Description

Annotated dprintf as printf-like

ZFS loves using %llu for uint64_t, but that requires a cast to not
be noisy - which is even done in many, though not all, places.
Also a couple places used %u for uint64_t, which were promoted
to %llu.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
Closes #12233

Details

Provenance
rincebrain_gmail.comAuthored on Jun 23 2021, 4:53 AM
GitHub <noreply@github.com>Committed on Jun 23 2021, 4:53 AM
Parents
rGa81b812495a2: Revert Consolidate arc_buf allocation checks
Branches
Unknown
Tags
Unknown