]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Fix zio_flag_t print format
authoryouzhongyang <youzhong@gmail.com>
Fri, 28 Oct 2022 16:08:12 +0000 (12:08 -0400)
committerGitHub <noreply@github.com>
Fri, 28 Oct 2022 16:08:12 +0000 (09:08 -0700)
Follow up for 4938d01d 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 #14100

include/os/linux/zfs/sys/trace_common.h

index a14727f15eed451d3cbf0d6ef0ca4fa5aef34f54..3d4b1920d5984b85efba3ada6dc97b0b0db070e2 100644 (file)
@@ -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 } }"