Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Liu Bo and committed by
Chris Mason
792ddef0 9d04a8ce

+2 -1
+2 -1
include/trace/events/btrfs.h
··· 218 218 { (1 << BTRFS_ORDERED_DIRECT), "DIRECT" }, \ 219 219 { (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \ 220 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 225 DECLARE_EVENT_CLASS(btrfs__ordered_extent,