projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d04a8c
)
Btrfs/tracepoint: update new flags for ordered extent TP
author
Liu Bo
<
[email protected]
>
Wed, 6 Nov 2013 04:04:14 +0000
(12:04 +0800)
committer
Chris Mason
<
[email protected]
>
Tue, 28 Jan 2014 21:19:38 +0000
(13:19 -0800)
Flag BTRFS_ORDERED_TRUNCATED is a new one, update the tracepoint to
support it.
Signed-off-by: Liu Bo <
[email protected]
>
Signed-off-by: Josef Bacik <
[email protected]
>
Signed-off-by: Chris Mason <
[email protected]
>
include/trace/events/btrfs.h
patch
|
blob
|
history
diff --git
a/include/trace/events/btrfs.h
b/include/trace/events/btrfs.h
index e98a1087158e3d569353b2d5ce45efc9c0156181..3176cdc32937f4b62cbcd11e878310f1b086f15e 100644
(file)
--- a/
include/trace/events/btrfs.h
+++ b/
include/trace/events/btrfs.h
@@
-218,7
+218,8
@@
TRACE_EVENT_CONDITION(btrfs_get_extent,
{ (1 << BTRFS_ORDERED_DIRECT), "DIRECT" }, \
{ (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \
{ (1 << BTRFS_ORDERED_UPDATED_ISIZE), "UPDATED_ISIZE" }, \
- { (1 << BTRFS_ORDERED_LOGGED_CSUM), "LOGGED_CSUM" })
+ { (1 << BTRFS_ORDERED_LOGGED_CSUM), "LOGGED_CSUM" }, \
+ { (1 << BTRFS_ORDERED_TRUNCATED), "TRUNCATED" })
DECLARE_EVENT_CLASS(btrfs__ordered_extent,