fix: jbd2: use the correct print format (v5.10.163)
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 17 Jan 2023 16:03:12 +0000 (11:03 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 17 Jan 2023 16:28:14 +0000 (11:28 -0500)
commitdd7be14bd04c1de309ba267097b03a308da87dae
treed586e14e7fb5578967d8d1f2cfdaed575e8b529b
parent4e4fb933c8a6b85ac3d5a60a417726e20e2cc695
fix: jbd2: use the correct print format (v5.10.163)

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: I7601f5cbb86495c2607be7b11e02724c90b3ebf9
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.026386 seconds and 4 git commands to generate.