* [PATCH v2] docs: bcachefs: fix typo in idle_work documentation
[not found] <20250822223416.23345-1-chandna.linuxkernel@gmail.com>
@ 2025-08-23 11:35 ` Sahil
2025-08-23 16:08 ` Kent Overstreet
0 siblings, 1 reply; 3+ messages in thread
From: Sahil @ 2025-08-23 11:35 UTC (permalink / raw)
To: kent.overstreet, corbet, rdunlap, linux-bcachefs, linux-doc,
linux-kernel
Fix minor spelling mistake in idle_work:
- heirarchy -> hierarchy
Changes in v2:
- Dropped cgroup, idle changes (already being fixed)
- Dropped xfs changes (already fixed)
- Only keep bcachefs doc fix
Link:
https://lore.kernel.org/linux-doc/23de3jgp44vih5g6hjgc2ji6momi5t3w7rfkm5mgtajicbbg7a@7r5hgt5e7eir/
Based on v6.17-rc2.
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Sahil Chandna <chandna.linuxkernel@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..f1202113dde0 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] 3+ messages in thread
* Re: [PATCH v2] docs: bcachefs: fix typo in idle_work documentation
2025-08-23 11:35 ` [PATCH v2] docs: bcachefs: fix typo in idle_work documentation Sahil
@ 2025-08-23 16:08 ` Kent Overstreet
0 siblings, 0 replies; 3+ messages in thread
From: Kent Overstreet @ 2025-08-23 16:08 UTC (permalink / raw)
To: Sahil; +Cc: corbet, rdunlap, linux-bcachefs, linux-doc, linux-kernel
On Sat, Aug 23, 2025 at 05:05:33PM +0530, Sahil wrote:
> Fix minor spelling mistake in idle_work:
>
> - heirarchy -> hierarchy
>
> Changes in v2:
> - Dropped cgroup, idle changes (already being fixed)
> - Dropped xfs changes (already fixed)
> - Only keep bcachefs doc fix
>
> Link: https://lore.kernel.org/linux-doc/23de3jgp44vih5g6hjgc2ji6momi5t3w7rfkm5mgtajicbbg7a@7r5hgt5e7eir/
> Based on v6.17-rc2.
please rebase here:
https://evilpiepirate.org/git/bcachefs.git
>
> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
> Signed-off-by: Sahil Chandna <chandna.linuxkernel@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..f1202113dde0 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 [flat|nested] 3+ messages in thread
* [PATCH v2] docs: bcachefs: fix typo in idle_work documentation
[not found] <1055aa42-248a-4d14-8ae6-dc97878e33e7@gmail.com>
@ 2025-08-26 5:05 ` Sahil
0 siblings, 0 replies; 3+ messages in thread
From: Sahil @ 2025-08-26 5:05 UTC (permalink / raw)
To: Kent Overstreet; +Cc: corbet, rdunlap, linux-bcachefs, linux-doc, linux-kernel
On 23/08/25 21:38, Kent Overstreet wrote:
> On Sat, Aug 23, 2025 at 05:05:33PM +0530, Sahil wrote:
>> Fix minor spelling mistake in idle_work:
>>
>> - heirarchy -> hierarchy
>>
>> Changes in v2:
>> - Dropped cgroup, idle changes (already being fixed)
>> - Dropped xfs changes (already fixed)
>> - Only keep bcachefs doc fix
>>
>> Link: https://lore.kernel.org/linux-doc/23de3jgp44vih5g6hjgc2ji6momi5t3w7rfkm5mgtajicbbg7a@7r5hgt5e7eir/
>> Based on v6.17-rc2.
>
> please rebase here:
> https://evilpiepirate.org/git/bcachefs.git
Thanks Kent, I checked the tree and I will drop this patch since this
typo is already fixed with -
https://lore.kernel.org/all/a2dvoh6sbqvxbueljd6xbbwytkydu6zgdvzkootojdgddvj4ke@trypmesssyiw/
>
>>
>> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
>> Signed-off-by: Sahil Chandna <chandna.linuxkernel@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..f1202113dde0 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 [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-08-26 5:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250822223416.23345-1-chandna.linuxkernel@gmail.com>
2025-08-23 11:35 ` [PATCH v2] docs: bcachefs: fix typo in idle_work documentation Sahil
2025-08-23 16:08 ` Kent Overstreet
[not found] <1055aa42-248a-4d14-8ae6-dc97878e33e7@gmail.com>
2025-08-26 5:05 ` Sahil
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox