]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ext4: cleanup fast commit mount options
authorHarshad Shirwadkar <harshadshirwadkar@gmail.com>
Fri, 6 Nov 2020 03:59:11 +0000 (19:59 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 7 Nov 2020 04:01:06 +0000 (23:01 -0500)
commit99c880decf27858b5b0a57d8d811bb50226c3c12
tree70e6a101f8d7049e57a13bc7c38f57b1f07fcb56
parent87a144f09380152d28352ecbcc4c65874e7eb892
ext4: cleanup fast commit mount options

Drop no_fc mount option that disable fast commit even if it was
enabled at mkfs time. Move fc_debug_force mount option under ifdef
EXT4_DEBUG to annotate that this is strictly for debugging and testing
purposes and should not be used in production.

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