* [PATCH v2 1/1] Documentation: xfs: Remove duplicate 'the' in transaction sequence process
@ 2023-09-18 7:40 Charles Han
2023-09-18 8:03 ` Bagas Sanjaya
0 siblings, 1 reply; 4+ messages in thread
From: Charles Han @ 2023-09-18 7:40 UTC (permalink / raw)
To: corbet, djwong, dchinner, allison.henderson, bhelgaas
Cc: linux-doc, linux-kernel, Charles Han
Remove the repeated word "the" in comments.
Signed-off-by: Charles Han <hanchunchao@inspur.com>
---
Documentation/filesystems/xfs-online-fsck-design.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/filesystems/xfs-online-fsck-design.rst b/Documentation/filesystems/xfs-online-fsck-design.rst
index 1625d1131093..a0678101a7d0 100644
--- a/Documentation/filesystems/xfs-online-fsck-design.rst
+++ b/Documentation/filesystems/xfs-online-fsck-design.rst
@@ -1585,7 +1585,7 @@ The transaction sequence looks like this:
2. The second transaction contains a physical update to the free space btrees
of AG 3 to release the former BMBT block and a second physical update to the
free space btrees of AG 7 to release the unmapped file space.
- Observe that the the physical updates are resequenced in the correct order
+ Observe that the physical updates are resequenced in the correct order
when possible.
Attached to the transaction is a an extent free done (EFD) log item.
The EFD contains a pointer to the EFI logged in transaction #1 so that log
--
2.31.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2 1/1] Documentation: xfs: Remove duplicate 'the' in transaction sequence process
2023-09-18 7:40 [PATCH v2 1/1] Documentation: xfs: Remove duplicate 'the' in transaction sequence process Charles Han
@ 2023-09-18 8:03 ` Bagas Sanjaya
2023-09-18 8:14 ` Jonathan Corbet
0 siblings, 1 reply; 4+ messages in thread
From: Bagas Sanjaya @ 2023-09-18 8:03 UTC (permalink / raw)
To: Charles Han, corbet, djwong, dchinner, allison.henderson,
bhelgaas
Cc: linux-doc, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1621 bytes --]
On Mon, Sep 18, 2023 at 03:40:54PM +0800, Charles Han wrote:
> Remove the repeated word "the" in comments.
Patch title looks OK but in this case, the patch description should also match.
Hint: there is no code comments in the doc below.
>
> Signed-off-by: Charles Han <hanchunchao@inspur.com>
> ---
> Documentation/filesystems/xfs-online-fsck-design.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/filesystems/xfs-online-fsck-design.rst b/Documentation/filesystems/xfs-online-fsck-design.rst
> index 1625d1131093..a0678101a7d0 100644
> --- a/Documentation/filesystems/xfs-online-fsck-design.rst
> +++ b/Documentation/filesystems/xfs-online-fsck-design.rst
> @@ -1585,7 +1585,7 @@ The transaction sequence looks like this:
> 2. The second transaction contains a physical update to the free space btrees
> of AG 3 to release the former BMBT block and a second physical update to the
> free space btrees of AG 7 to release the unmapped file space.
> - Observe that the the physical updates are resequenced in the correct order
> + Observe that the physical updates are resequenced in the correct order
> when possible.
> Attached to the transaction is a an extent free done (EFD) log item.
> The EFD contains a pointer to the EFI logged in transaction #1 so that log
Regardless, wait for one or few days before rerolling this patch with
reviews addressed. It allows other reviewers to catch up and review. You can
also Cc: me if you'd like.
See you in v3!
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 1/1] Documentation: xfs: Remove duplicate 'the' in transaction sequence process
2023-09-18 8:03 ` Bagas Sanjaya
@ 2023-09-18 8:14 ` Jonathan Corbet
2023-09-18 9:07 ` Bagas Sanjaya
0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2023-09-18 8:14 UTC (permalink / raw)
To: Bagas Sanjaya, Charles Han, djwong, dchinner, allison.henderson,
bhelgaas
Cc: linux-doc, linux-kernel
Bagas Sanjaya <bagasdotme@gmail.com> writes:
> On Mon, Sep 18, 2023 at 03:40:54PM +0800, Charles Han wrote:
>> Remove the repeated word "the" in comments.
>
> Patch title looks OK but in this case, the patch description should also match.
> Hint: there is no code comments in the doc below.
>
>>
>> Signed-off-by: Charles Han <hanchunchao@inspur.com>
>> ---
>> Documentation/filesystems/xfs-online-fsck-design.rst | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/filesystems/xfs-online-fsck-design.rst b/Documentation/filesystems/xfs-online-fsck-design.rst
>> index 1625d1131093..a0678101a7d0 100644
>> --- a/Documentation/filesystems/xfs-online-fsck-design.rst
>> +++ b/Documentation/filesystems/xfs-online-fsck-design.rst
>> @@ -1585,7 +1585,7 @@ The transaction sequence looks like this:
>> 2. The second transaction contains a physical update to the free space btrees
>> of AG 3 to release the former BMBT block and a second physical update to the
>> free space btrees of AG 7 to release the unmapped file space.
>> - Observe that the the physical updates are resequenced in the correct order
>> + Observe that the physical updates are resequenced in the correct order
>> when possible.
>> Attached to the transaction is a an extent free done (EFD) log item.
>> The EFD contains a pointer to the EFI logged in transaction #1 so that log
>
> Regardless, wait for one or few days before rerolling this patch with
> reviews addressed. It allows other reviewers to catch up and review. You can
> also Cc: me if you'd like.
Bagas, this is a patch removing an extra "the". We do not need to make
life this hard for such a simple fix.
Charles, the patch is good enough, no need for a third version.
(Next time, though, do wait before resubmitting a patch. When you do,
put a description of what changed below the "---" line.)
Thanks,
jon
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 1/1] Documentation: xfs: Remove duplicate 'the' in transaction sequence process
2023-09-18 8:14 ` Jonathan Corbet
@ 2023-09-18 9:07 ` Bagas Sanjaya
0 siblings, 0 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2023-09-18 9:07 UTC (permalink / raw)
To: Jonathan Corbet, Charles Han, djwong, dchinner, allison.henderson,
bhelgaas
Cc: linux-doc, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 2171 bytes --]
On Mon, Sep 18, 2023 at 02:14:58AM -0600, Jonathan Corbet wrote:
> Bagas Sanjaya <bagasdotme@gmail.com> writes:
>
> > On Mon, Sep 18, 2023 at 03:40:54PM +0800, Charles Han wrote:
> >> Remove the repeated word "the" in comments.
> >
> > Patch title looks OK but in this case, the patch description should also match.
> > Hint: there is no code comments in the doc below.
> >
> >>
> >> Signed-off-by: Charles Han <hanchunchao@inspur.com>
> >> ---
> >> Documentation/filesystems/xfs-online-fsck-design.rst | 2 +-
> >> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/Documentation/filesystems/xfs-online-fsck-design.rst b/Documentation/filesystems/xfs-online-fsck-design.rst
> >> index 1625d1131093..a0678101a7d0 100644
> >> --- a/Documentation/filesystems/xfs-online-fsck-design.rst
> >> +++ b/Documentation/filesystems/xfs-online-fsck-design.rst
> >> @@ -1585,7 +1585,7 @@ The transaction sequence looks like this:
> >> 2. The second transaction contains a physical update to the free space btrees
> >> of AG 3 to release the former BMBT block and a second physical update to the
> >> free space btrees of AG 7 to release the unmapped file space.
> >> - Observe that the the physical updates are resequenced in the correct order
> >> + Observe that the physical updates are resequenced in the correct order
> >> when possible.
> >> Attached to the transaction is a an extent free done (EFD) log item.
> >> The EFD contains a pointer to the EFI logged in transaction #1 so that log
> >
> > Regardless, wait for one or few days before rerolling this patch with
> > reviews addressed. It allows other reviewers to catch up and review. You can
> > also Cc: me if you'd like.
>
> Bagas, this is a patch removing an extra "the". We do not need to make
> life this hard for such a simple fix.
>
> Charles, the patch is good enough, no need for a third version.
>
> (Next time, though, do wait before resubmitting a patch. When you do,
> put a description of what changed below the "---" line.)
Thanks for the reminder!
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-09-18 9:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-18 7:40 [PATCH v2 1/1] Documentation: xfs: Remove duplicate 'the' in transaction sequence process Charles Han
2023-09-18 8:03 ` Bagas Sanjaya
2023-09-18 8:14 ` Jonathan Corbet
2023-09-18 9:07 ` Bagas Sanjaya
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).