Rich Ercolani 8e739b2c9f
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
2021-06-22 21:53:45 -07:00
..
2021-04-02 18:52:15 -07:00
2021-01-26 16:12:26 -08:00
2020-09-02 09:42:12 -07:00
2021-06-22 21:53:45 -07:00
2020-06-10 09:24:15 -07:00
2021-04-02 18:52:15 -07:00
2021-06-22 21:53:45 -07:00
2021-04-02 18:52:15 -07:00
2020-06-10 09:24:15 -07:00
2020-08-20 10:30:06 -07:00