Ryusuke Konishi 5c20d4b068 Use format specifier PRIu32, PRIu64, and dedicated definition PRIcno
Use PRIu32, PRIu64, and PRIcno, which corresponds to the defined type
nilfs_cno_t, for format strings in printf(), etc, and remove type cast
for corresponding arguments if possible.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
2026-01-11 22:48:05 +09:00
..