* [PATCH] docs:filesystems: fix spelling and grammar mistakes
@ 2024-09-06 19:53 Dennis Lam
2024-09-06 20:52 ` Theodore Ts'o
2024-09-10 21:37 ` Jonathan Corbet
0 siblings, 2 replies; 4+ messages in thread
From: Dennis Lam @ 2024-09-06 19:53 UTC (permalink / raw)
To: corbet; +Cc: Dennis Lam, linux-kernel, linux-doc
Signed-off-by: Dennis Lam <dennis.lamerice@gmail.com>
---
Documentation/filesystems/journalling.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/filesystems/journalling.rst b/Documentation/filesystems/journalling.rst
index e18f90ffc6fd..0254f7d57429 100644
--- a/Documentation/filesystems/journalling.rst
+++ b/Documentation/filesystems/journalling.rst
@@ -137,7 +137,7 @@ Fast commits
JBD2 to also allows you to perform file-system specific delta commits known as
fast commits. In order to use fast commits, you will need to set following
-callbacks that perform correspodning work:
+callbacks that perform corresponding work:
`journal->j_fc_cleanup_cb`: Cleanup function called after every full commit and
fast commit.
@@ -149,7 +149,7 @@ File system is free to perform fast commits as and when it wants as long as it
gets permission from JBD2 to do so by calling the function
:c:func:`jbd2_fc_begin_commit()`. Once a fast commit is done, the client
file system should tell JBD2 about it by calling
-:c:func:`jbd2_fc_end_commit()`. If file system wants JBD2 to perform a full
+:c:func:`jbd2_fc_end_commit()`. If the file system wants JBD2 to perform a full
commit immediately after stopping the fast commit it can do so by calling
:c:func:`jbd2_fc_end_commit_fallback()`. This is useful if fast commit operation
fails for some reason and the only way to guarantee consistency is for JBD2 to
@@ -199,7 +199,7 @@ Journal Level
.. kernel-doc:: fs/jbd2/recovery.c
:internal:
-Transasction Level
+Transaction Level
~~~~~~~~~~~~~~~~~~
.. kernel-doc:: fs/jbd2/transaction.c
--
2.46.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] docs:filesystems: fix spelling and grammar mistakes
2024-09-06 19:53 [PATCH] docs:filesystems: fix spelling and grammar mistakes Dennis Lam
@ 2024-09-06 20:52 ` Theodore Ts'o
2024-09-10 21:37 ` Jonathan Corbet
1 sibling, 0 replies; 4+ messages in thread
From: Theodore Ts'o @ 2024-09-06 20:52 UTC (permalink / raw)
To: Dennis Lam; +Cc: corbet, linux-kernel, linux-doc
On Fri, Sep 06, 2024 at 03:53:52PM -0400, Dennis Lam wrote:
> Signed-off-by: Dennis Lam <dennis.lamerice@gmail.com>
Reviewed-by: Theodore Ts'o <tytso@mit.edu>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs:filesystems: fix spelling and grammar mistakes
2024-09-06 19:53 [PATCH] docs:filesystems: fix spelling and grammar mistakes Dennis Lam
2024-09-06 20:52 ` Theodore Ts'o
@ 2024-09-10 21:37 ` Jonathan Corbet
2024-09-10 23:29 ` Dennis Lam
1 sibling, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2024-09-10 21:37 UTC (permalink / raw)
To: Dennis Lam; +Cc: Dennis Lam, linux-kernel, linux-doc
Dennis Lam <dennis.lamerice@gmail.com> writes:
> Signed-off-by: Dennis Lam <dennis.lamerice@gmail.com>
> ---
> Documentation/filesystems/journalling.rst | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Applied, thanks.
jon
P.S. For extra credit, you can go back and get rid of all the :c:func:
usage... :)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs:filesystems: fix spelling and grammar mistakes
2024-09-10 21:37 ` Jonathan Corbet
@ 2024-09-10 23:29 ` Dennis Lam
0 siblings, 0 replies; 4+ messages in thread
From: Dennis Lam @ 2024-09-10 23:29 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: linux-kernel, linux-doc
> Applied, thanks.
>
> jon
>
> P.S. For extra credit, you can go back and get rid of all the :c:func:
> usage... :)
Thanks for the info! I'll be sure to create a patch that gets rid of
the :c:func: usage.
Dennis
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-10 23:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06 19:53 [PATCH] docs:filesystems: fix spelling and grammar mistakes Dennis Lam
2024-09-06 20:52 ` Theodore Ts'o
2024-09-10 21:37 ` Jonathan Corbet
2024-09-10 23:29 ` Dennis Lam
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).