linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] btrfs: fix event name typo for FLUSH_DELAYED_REFS
@ 2022-12-14  2:06 Naohiro Aota
  2022-12-14  6:39 ` Johannes Thumshirn
  2022-12-14 16:23 ` David Sterba
  0 siblings, 2 replies; 3+ messages in thread
From: Naohiro Aota @ 2022-12-14  2:06 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Naohiro Aota

Fix a typo of printing FLUSH_DELAYED_REFS event in flush_space() as
FLUSH_ELAYED_REFS.

Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>
---
 include/trace/events/btrfs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/trace/events/btrfs.h b/include/trace/events/btrfs.h
index 0bce0b4ff2fa..6548b5b5aa60 100644
--- a/include/trace/events/btrfs.h
+++ b/include/trace/events/btrfs.h
@@ -98,7 +98,7 @@ struct raid56_bio_trace_info;
 	EM( FLUSH_DELALLOC_WAIT,	"FLUSH_DELALLOC_WAIT")		\
 	EM( FLUSH_DELALLOC_FULL,	"FLUSH_DELALLOC_FULL")		\
 	EM( FLUSH_DELAYED_REFS_NR,	"FLUSH_DELAYED_REFS_NR")	\
-	EM( FLUSH_DELAYED_REFS,		"FLUSH_ELAYED_REFS")		\
+	EM( FLUSH_DELAYED_REFS,		"FLUSH_DELAYED_REFS")		\
 	EM( ALLOC_CHUNK,		"ALLOC_CHUNK")			\
 	EM( ALLOC_CHUNK_FORCE,		"ALLOC_CHUNK_FORCE")		\
 	EM( RUN_DELAYED_IPUTS,		"RUN_DELAYED_IPUTS")		\
-- 
2.38.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] btrfs: fix event name typo for FLUSH_DELAYED_REFS
  2022-12-14  2:06 [PATCH] btrfs: fix event name typo for FLUSH_DELAYED_REFS Naohiro Aota
@ 2022-12-14  6:39 ` Johannes Thumshirn
  2022-12-14 16:23 ` David Sterba
  1 sibling, 0 replies; 3+ messages in thread
From: Johannes Thumshirn @ 2022-12-14  6:39 UTC (permalink / raw)
  To: Naohiro Aota, linux-btrfs

Looks good,
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] btrfs: fix event name typo for FLUSH_DELAYED_REFS
  2022-12-14  2:06 [PATCH] btrfs: fix event name typo for FLUSH_DELAYED_REFS Naohiro Aota
  2022-12-14  6:39 ` Johannes Thumshirn
@ 2022-12-14 16:23 ` David Sterba
  1 sibling, 0 replies; 3+ messages in thread
From: David Sterba @ 2022-12-14 16:23 UTC (permalink / raw)
  To: Naohiro Aota; +Cc: linux-btrfs

On Wed, Dec 14, 2022 at 11:06:07AM +0900, Naohiro Aota wrote:
> Fix a typo of printing FLUSH_DELAYED_REFS event in flush_space() as
> FLUSH_ELAYED_REFS.
> 
> Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>

Added to misc-next, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-14 16:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-14  2:06 [PATCH] btrfs: fix event name typo for FLUSH_DELAYED_REFS Naohiro Aota
2022-12-14  6:39 ` Johannes Thumshirn
2022-12-14 16:23 ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).