* [PATCH] docs: bcachefs: fix spelling of 'hierarchy' in idle_work.rst
@ 2025-06-16 19:51 Utkarsh Singh
0 siblings, 0 replies; only message in thread
From: Utkarsh Singh @ 2025-06-16 19:51 UTC (permalink / raw)
To: linux-bcachefs, linux-doc, linux-kernel; +Cc: kent.overstreet, corbet
From fe1a12fe8f5342e576b37c51aae101b52fc5f528 Mon Sep 17 00:00:00 2001
From: Utkarsh Singh <utkarsh.singh.em@gmail.com>
Date: Tue, 17 Jun 2025 01:10:56 +0530
Subject: [PATCH] [PATCH] docs: bcachefs: fix spelling of 'hierarchy' in
idle_work.rst
Signed-off-by: Utkarsh Singh <utkarsh.singh.em@gmail.com>
---
Documentation/filesystems/bcachefs/future/idle_work.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/filesystems/bcachefs/future/idle_work.rst b/Documentation/filesystems/bcachefs/future/idle_work.rst
index 59a332509dcd..8421b2ab65a2 100644
--- a/Documentation/filesystems/bcachefs/future/idle_work.rst
+++ b/Documentation/filesystems/bcachefs/future/idle_work.rst
@@ -11,10 +11,10 @@ idle" so the system can go to sleep. We don't want to be dribbling out
background work while the system should be idle.
The complicating factor is that there are a number of background tasks, which
-form a heirarchy (or a digraph, depending on how you divide it up) - one
+form a hierarchy or a digraph, depending on how you divide it up) - one
background task may generate work for another.
-Thus proper idle detection needs to model this heirarchy.
+Thus proper idle detection needs to model this hierarchy.
- Foreground writes
- Page cache writeback
@@ -51,7 +51,7 @@ IDLE REGIME
When the system becomes idle, we should start flushing our pending work
quicker so the system can go to sleep.
-Note that the definition of "idle" depends on where in the heirarchy a task
+Note that the definition of "idle" depends on where in the hierarchy a task
is - a task should start flushing work more quickly when the task above it has
stopped generating new work.
--
2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-06-16 19:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-16 19:51 [PATCH] docs: bcachefs: fix spelling of 'hierarchy' in idle_work.rst Utkarsh Singh
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).