fix: jbd2: use the correct print format
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 12 Jan 2023 18:52:22 +0000 (13:52 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 12 Jan 2023 20:14:31 +0000 (15:14 -0500)
commitb28830a0dcdf95ec3e6b390b4d032667deaad0c0
treef036c9ea7d88615c78d3758aae5dbde5e718ce01
parentfae2cf197ab97f60510c40fc6bf35e76625cf9f5
fix: jbd2: use the correct print format

See upstream commit :

  commit d87a7b4c77a997d5388566dd511ca8e6b8e8a0a8
  Author: Bixuan Cui <cuibixuan@linux.alibaba.com>
  Date:   Tue Oct 11 19:33:44 2022 +0800

    jbd2: use the correct print format

    The print format error was found when using ftrace event:
        <...>-1406 [000] .... 23599442.895823: jbd2_end_commit: dev 252,8 transaction -1866216965 sync 0 head -1866217368
        <...>-1406 [000] .... 23599442.896299: jbd2_start_commit: dev 252,8 transaction -1866216964 sync 0

    Use the correct print format for transaction, head and tid.

Change-Id: Ic053f0e0c1e24ebc75bae51d07696aaa5e1c0094
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/instrumentation/events/jbd2.h
This page took 0.025995 seconds and 4 git commands to generate.