Commit 37e0a30e authored by Harshad Shirwadkar's avatar Harshad Shirwadkar Committed by Theodore Ts'o

jbd2: drop jbd2_fc_init documentation

Now that jbd2_fc_init is dropped, drop its docs too.
Signed-off-by: default avatarHarshad Shirwadkar <harshadshirwadkar@gmail.com>
Link: https://lore.kernel.org/r/20201106035911.1942128-8-harshadshirwadkar@gmail.comSigned-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent a1e5e465
...@@ -136,10 +136,8 @@ Fast commits ...@@ -136,10 +136,8 @@ 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 first need to call fast commits. In order to use fast commits, you will need to set following
:c:func:`jbd2_fc_init` and tell how many blocks at the end of journal callbacks that perform correspodning work:
area should be reserved for fast commits. Along with that, you will also need
to set following callbacks that perform correspodning 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.
......
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