]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs/tracepoint: fix to report right flags for ordered extent
authorLiu Bo <bo.li.liu@oracle.com>
Wed, 6 Nov 2013 04:04:13 +0000 (12:04 +0800)
committerChris Mason <clm@fb.com>
Tue, 28 Jan 2014 21:19:38 +0000 (13:19 -0800)
commit9357fbe06805d6f031af1927bbd55bd45adde424
tree5ddab1b1a78811db38a64577f909cea00a53e0ce
parent3cc80b2fcfa3b0a94d79828c42bcc6cf12302b5f
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 <bo.li.liu@oracle.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <clm@fb.com>
include/trace/events/btrfs.h