OSDN Git Service

ext4: Drop special handling of journalled data from ext4_sync_file()
authorJan Kara <jack@suse.cz>
Wed, 29 Mar 2023 15:49:37 +0000 (17:49 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 14 Apr 2023 23:56:53 +0000 (19:56 -0400)
commite360c6ed727401ad1a3b5080f06d2ec3a4b75f5b
treec84897e481bb2898a44e980f0b114df0633daf6b
parent1f1a55f0bf069799edd5f21a99ac1e3b10ebafee
ext4: Drop special handling of journalled data from ext4_sync_file()

Now that ext4_writepages() make sure all pages with journalled data are
stable on disk, we don't need special handling of journalled data in
ext4_sync_file().

Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20230329154950.19720-6-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/fsync.c