File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Documentation/filesystems Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ Fast commits
137
137
138
138
JBD2 to also allows you to perform file-system specific delta commits known as
139
139
fast 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:
141
141
142
142
`journal->j_fc_cleanup_cb `: Cleanup function called after every full commit and
143
143
fast commit.
@@ -149,7 +149,7 @@ File system is free to perform fast commits as and when it wants as long as it
149
149
gets permission from JBD2 to do so by calling the function
150
150
:c:func: `jbd2_fc_begin_commit() `. Once a fast commit is done, the client
151
151
file 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
153
153
commit immediately after stopping the fast commit it can do so by calling
154
154
:c:func: `jbd2_fc_end_commit_fallback() `. This is useful if fast commit operation
155
155
fails for some reason and the only way to guarantee consistency is for JBD2 to
@@ -199,7 +199,7 @@ Journal Level
199
199
.. kernel-doc :: fs/jbd2/recovery.c
200
200
:internal:
201
201
202
- Transasction Level
202
+ Transaction Level
203
203
~~~~~~~~~~~~~~~~~~
204
204
205
205
.. kernel-doc :: fs/jbd2/transaction.c
You can’t perform that action at this time.
0 commit comments