aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLiu Bo <bo.li.liu@oracle.com>2013-11-05 23:04:14 -0500
committerChris Mason <clm@fb.com>2014-01-28 16:19:38 -0500
commit792ddef04014d83cc5a8c4d1387c0417789b36fa (patch)
tree3cf0c4b33ac9b0b17f07f63bfd683610641d5b9f /include
parent9d04a8ceacddd52621df59b52f8ec28aa4042b16 (diff)
Btrfs/tracepoint: update new flags for ordered extent TP
Flag BTRFS_ORDERED_TRUNCATED is a new one, update the tracepoint to support it. 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>
Diffstat (limited to 'include')
-rw-r--r--include/trace/events/btrfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/trace/events/btrfs.h b/include/trace/events/btrfs.h
index e98a1087158e..3176cdc32937 100644
--- a/include/trace/events/btrfs.h
+++ b/include/trace/events/btrfs.h
@@ -218,7 +218,8 @@ TRACE_EVENT_CONDITION(btrfs_get_extent,
218 { (1 << BTRFS_ORDERED_DIRECT), "DIRECT" }, \ 218 { (1 << BTRFS_ORDERED_DIRECT), "DIRECT" }, \
219 { (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \ 219 { (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \
220 { (1 << BTRFS_ORDERED_UPDATED_ISIZE), "UPDATED_ISIZE" }, \ 220 { (1 << BTRFS_ORDERED_UPDATED_ISIZE), "UPDATED_ISIZE" }, \
221 { (1 << BTRFS_ORDERED_LOGGED_CSUM), "LOGGED_CSUM" }) 221 { (1 << BTRFS_ORDERED_LOGGED_CSUM), "LOGGED_CSUM" }, \
222 { (1 << BTRFS_ORDERED_TRUNCATED), "TRUNCATED" })
222 223
223 224
224DECLARE_EVENT_CLASS(btrfs__ordered_extent, 225DECLARE_EVENT_CLASS(btrfs__ordered_extent,