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:36 +0000 (11:28 -0500)
commit9874ec562e299f8abe680c89c810d8c2d5cec0aa
tree686ef4a215db046c1dee2d47dfe47e7334f11839
parente4169397bcabe72c5acabcd5e6a9bb84e4001db7
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>
instrumentation/events/lttng-module/jbd2.h
This page took 0.026103 seconds and 4 git commands to generate.