]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove unnecessary fast commit calls from ext4_file_mmap
authorHarshad Shirwadkar <harshadshirwadkar@gmail.com>
Fri, 6 Nov 2020 03:59:05 +0000 (19:59 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 7 Nov 2020 04:01:05 +0000 (23:01 -0500)
commit1a1a0246e34b2c6dc23d84fa49b78f0d608b1d7e
tree8891b4e8ef537fd941a6103a38ede9b0c77cd614
parentb65fa7b6f301ddd6fe718346d14a0077d2fe008a
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>
fs/ext4/file.c