diff options
-rw-r--r-- | include/trace/events/btrfs.h | 3 |
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 | ||
224 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, | 225 | DECLARE_EVENT_CLASS(btrfs__ordered_extent, |