ext4: add a mount opt to forcefully turn fast commits on
authorHarshad Shirwadkar <harshadshirwadkar@gmail.com>
Thu, 15 Oct 2020 20:38:00 +0000 (13:38 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 22 Oct 2020 03:22:38 +0000 (23:22 -0400)
commit0f0672ffb61aebac906cf0aa1607d1f07f266fb6
treecd6099695b42c9b19e9121c091f4d1be879512cd
parent8016e29f4362e285f0f7e38fadc61a5b7bdfdfa2
ext4: add a mount opt to forcefully turn fast commits on

This is a debug only mount option that forcefully turns fast commits
on at mount time.

Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Link: https://lore.kernel.org/r/20201015203802.3597742-9-harshadshirwadkar@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c