Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

jbd2: drop jbd2_fc_init documentation

Now that jbd2_fc_init is dropped, drop its docs too.

Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Link: https://lore.kernel.org/r/20201106035911.1942128-8-harshadshirwadkar@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>

authored by

Harshad Shirwadkar and committed by
Theodore Ts'o
37e0a30e a1e5e465

+2 -4
+2 -4
Documentation/filesystems/journalling.rst
··· 136 136 ~~~~~~~~~~~~ 137 137 138 138 JBD2 to also allows you to perform file-system specific delta commits known as 139 - fast commits. In order to use fast commits, you first need to call 140 - :c:func:`jbd2_fc_init` and tell how many blocks at the end of journal 141 - area should be reserved for fast commits. Along with that, you will also need 142 - to set following callbacks that perform correspodning work: 139 + fast commits. In order to use fast commits, you will need to set following 140 + callbacks that perform correspodning work: 143 141 144 142 `journal->j_fc_cleanup_cb`: Cleanup function called after every full commit and 145 143 fast commit.