Skip to content

Commit 0a3212d

Browse files
naotakdave
authored andcommitted
btrfs: fix trace event name typo for FLUSH_DELAYED_REFS
Fix a typo of printing FLUSH_DELAYED_REFS event in flush_space() as FLUSH_ELAYED_REFS. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
1 parent f1f0460 commit 0a3212d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/trace/events/btrfs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ struct raid56_bio_trace_info;
9898
EM( FLUSH_DELALLOC_WAIT, "FLUSH_DELALLOC_WAIT") \
9999
EM( FLUSH_DELALLOC_FULL, "FLUSH_DELALLOC_FULL") \
100100
EM( FLUSH_DELAYED_REFS_NR, "FLUSH_DELAYED_REFS_NR") \
101-
EM( FLUSH_DELAYED_REFS, "FLUSH_ELAYED_REFS") \
101+
EM( FLUSH_DELAYED_REFS, "FLUSH_DELAYED_REFS") \
102102
EM( ALLOC_CHUNK, "ALLOC_CHUNK") \
103103
EM( ALLOC_CHUNK_FORCE, "ALLOC_CHUNK_FORCE") \
104104
EM( RUN_DELAYED_IPUTS, "RUN_DELAYED_IPUTS") \

0 commit comments

Comments
 (0)