Commit 2409952f authored by Dennis Lam's avatar Dennis Lam Committed by Jonathan Corbet

docs:filesystems: fix spelling and grammar mistakes

Signed-off-by: default avatarDennis Lam <dennis.lamerice@gmail.com>
Reviewed-by: default avatarTheodore Ts'o <tytso@mit.edu>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Message-ID: <20240906195400.39949-1-dennis.lamerice@gmail.com>
parent 0cac9253
...@@ -137,7 +137,7 @@ Fast commits ...@@ -137,7 +137,7 @@ Fast commits
JBD2 to also allows you to perform file-system specific delta commits known as 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 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 `journal->j_fc_cleanup_cb`: Cleanup function called after every full commit and
fast commit. fast commit.
...@@ -149,7 +149,7 @@ File system is free to perform fast commits as and when it wants as long as it ...@@ -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 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 :c:func:`jbd2_fc_begin_commit()`. Once a fast commit is done, the client
file system should tell JBD2 about it by calling 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 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 :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 fails for some reason and the only way to guarantee consistency is for JBD2 to
...@@ -199,7 +199,7 @@ Journal Level ...@@ -199,7 +199,7 @@ Journal Level
.. kernel-doc:: fs/jbd2/recovery.c .. kernel-doc:: fs/jbd2/recovery.c
:internal: :internal:
Transasction Level Transaction Level
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
.. kernel-doc:: fs/jbd2/transaction.c .. kernel-doc:: fs/jbd2/transaction.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment