mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 01:08:13 -04:00
iomap: Add IOMAP_F_ZERO_TAIL flag to trace event strings
Add IOMAP_F_ZERO_TAIL to the flag string mapping in iomap trace events. This allows the new flag to be properly displayed in ftrace output when iomap operations use it. Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Link: https://patch.msgid.link/20260603144031.7370-1-linkinjeon@kernel.org Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
This commit is contained in:
committed by
Christian Brauner
parent
d4d80e0140
commit
b7bae6880e
@@ -119,7 +119,8 @@ DEFINE_RANGE_EVENT(iomap_zero_iter);
|
||||
{ IOMAP_F_PRIVATE, "PRIVATE" }, \
|
||||
{ IOMAP_F_SIZE_CHANGED, "SIZE_CHANGED" }, \
|
||||
{ IOMAP_F_STALE, "STALE" }, \
|
||||
{ IOMAP_F_FSVERITY, "FSVERITY" }
|
||||
{ IOMAP_F_FSVERITY, "FSVERITY" }, \
|
||||
{ IOMAP_F_ZERO_TAIL, "ZERO TAIL" }
|
||||
|
||||
|
||||
#define IOMAP_DIO_STRINGS \
|
||||
|
||||
Reference in New Issue
Block a user