commit | 99c880decf27858b5b0a57d8d811bb50226c3c12 | [log] [tgz] |
---|---|---|
author | Harshad Shirwadkar <harshadshirwadkar@gmail.com> | Thu Nov 05 19:59:11 2020 -0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Nov 06 23:01:06 2020 -0500 |
tree | 70e6a101f8d7049e57a13bc7c38f57b1f07fcb56 | |
parent | 87a144f09380152d28352ecbcc4c65874e7eb892 [diff] |
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>