diff options
Diffstat (limited to 'include/trace/events')
| -rw-r--r-- | include/trace/events/f2fs.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/trace/events/f2fs.h b/include/trace/events/f2fs.h index 67a97838c2a0..d97adfc327f0 100644 --- a/include/trace/events/f2fs.h +++ b/include/trace/events/f2fs.h @@ -153,7 +153,8 @@ TRACE_DEFINE_ENUM(CP_PAUSE);  #define show_compress_algorithm(type)					\  	__print_symbolic(type,						\  		{ COMPRESS_LZO,		"LZO" },			\ -		{ COMPRESS_LZ4,		"LZ4" }) +		{ COMPRESS_LZ4,		"LZ4" },			\ +		{ COMPRESS_ZSTD,	"ZSTD" })  struct f2fs_sb_info;  struct f2fs_io_info; |