Skip to content
Commit 2fc1b6f0 authored by liubo's avatar liubo Committed by Steven Rostedt
Browse files

tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine



Filesystem, like Btrfs, has some "ULL" macros, and when these macros are passed
to tracepoints'__print_symbolic(), there will be 64->32 truncate WARNINGS during
compiling on 32bit box.

Signed-off-by: default avatarLiu Bo <liubo2009@cn.fujitsu.com>
Link: http://lkml.kernel.org/r/4DACE6E0.7000507@cn.fujitsu.com
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent 3b6cfdb1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment