From: Liu Bo Date: Wed, 6 Nov 2013 04:04:13 +0000 (+0800) Subject: Btrfs/tracepoint: fix to report right flags for ordered extent X-Git-Tag: v3.14-rc1~29^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d04a8ceacddd52621df59b52f8ec28aa4042b16;p=pandora-kernel.git Btrfs/tracepoint: fix to report right flags for ordered extent We use set_bit() to assign ordered extent's flags, but in the related tracepoint we don't do the same thing, which makes the trace output not to parse flags correctly. Also, since the flags are bits stuff, we change to use __print_flags with a 'delim' instead of __print_symbolic. Signed-off-by: Liu Bo Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed