File tree Expand file tree Collapse file tree
Documentation/filesystems Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ Fast commits
137137
138138JBD2 to also allows you to perform file-system specific delta commits known as
139139fast commits. In order to use fast commits, you will need to set following
140- callbacks that perform correspodning work:
140+ callbacks that perform corresponding work:
141141
142142`journal->j_fc_cleanup_cb `: Cleanup function called after every full commit and
143143fast commit.
@@ -149,7 +149,7 @@ File system is free to perform fast commits as and when it wants as long as it
149149gets permission from JBD2 to do so by calling the function
150150:c:func: `jbd2_fc_begin_commit() `. Once a fast commit is done, the client
151151file system should tell JBD2 about it by calling
152- :c:func: `jbd2_fc_end_commit() `. If file system wants JBD2 to perform a full
152+ :c:func: `jbd2_fc_end_commit() `. If the file system wants JBD2 to perform a full
153153commit immediately after stopping the fast commit it can do so by calling
154154:c:func: `jbd2_fc_end_commit_fallback() `. This is useful if fast commit operation
155155fails for some reason and the only way to guarantee consistency is for JBD2 to
@@ -199,7 +199,7 @@ Journal Level
199199.. kernel-doc :: fs/jbd2/recovery.c
200200 :internal:
201201
202- Transasction Level
202+ Transaction Level
203203~~~~~~~~~~~~~~~~~~
204204
205205.. kernel-doc :: fs/jbd2/transaction.c
You can’t perform that action at this time.
0 commit comments