commit | a3114fe747be42351ac1368bd3ad30f695e473a7 | [log] [tgz] |
---|---|---|
author | Harshad Shirwadkar <harshadshirwadkar@gmail.com> | Thu Nov 05 19:59:05 2020 -0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Nov 06 23:01:05 2020 -0500 |
tree | 8891b4e8ef537fd941a6103a38ede9b0c77cd614 | |
parent | 764b3fd31d131c4b8b5fa064aa94382091923aec [diff] |
ext4: remove unnecessary fast commit calls from ext4_file_mmap Remove unnecessary calls to ext4_fc_start_update() and ext4_fc_stop_update() from ext4_file_mmap(). Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com> Link: https://lore.kernel.org/r/20201106035911.1942128-17-harshadshirwadkar@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>