Skip to content

Commit f951171

Browse files
Christoph Hellwigbrauner
authored andcommitted
ext4: remove tracing for FALLOC_FL_NO_HIDE_STALE
FALLOC_FL_NO_HIDE_STALE can't make it past vfs_fallocate (and if the flag does what the name implies that's a good thing as it would be highly dangerous). Remove the dead tracing code for it. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20240827065123.1762168-3-hch@lst.de Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent ad01dad commit f951171

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/trace/events/ext4.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ TRACE_DEFINE_ENUM(ES_REFERENCED_B);
9191
#define show_falloc_mode(mode) __print_flags(mode, "|", \
9292
{ FALLOC_FL_KEEP_SIZE, "KEEP_SIZE"}, \
9393
{ FALLOC_FL_PUNCH_HOLE, "PUNCH_HOLE"}, \
94-
{ FALLOC_FL_NO_HIDE_STALE, "NO_HIDE_STALE"}, \
9594
{ FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, \
9695
{ FALLOC_FL_ZERO_RANGE, "ZERO_RANGE"})
9796

0 commit comments

Comments
 (0)