Skip to content

Commit

Permalink
Fix zio_flag_t print format
Browse files Browse the repository at this point in the history
Follow up for 4938d01 which changed zio_flag from enum to uint64_t.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Signed-off-by: Youzhong Yang <yyang@mathworks.com>
Closes openzfs#14100
  • Loading branch information
youzhongyang authored and shodanshok committed Oct 30, 2022
1 parent d0edd30 commit dd00a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/os/linux/zfs/sys/trace_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
#define ZIO_TP_PRINTK_FMT \
"zio { type %u cmd %i prio %u size %llu orig_size %llu " \
"offset %llu timestamp %llu delta %llu delay %llu " \
"flags 0x%x stage 0x%x pipeline 0x%x orig_flags 0x%x " \
"flags 0x%llx stage 0x%x pipeline 0x%x orig_flags 0x%llx " \
"orig_stage 0x%x orig_pipeline 0x%x reexecute %u " \
"txg %llu error %d ena %llu prop { checksum %u compress %u " \
"type %u level %u copies %u dedup %u dedup_verify %u nopwrite %u } }"
Expand Down

0 comments on commit dd00a39

Please sign in to comment.