]> git.itanic.dy.fi Git - linux-stable/commit
ext4: Drop special handling of journalled data from ext4_quota_on()
authorJan Kara <jack@suse.cz>
Wed, 29 Mar 2023 15:49:41 +0000 (17:49 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 14 Apr 2023 23:56:53 +0000 (19:56 -0400)
commit7c375870fdc5f50a001f8265cd8744a78d2d43ab
tree121cbfae8fb7a11eece6a1e5ff1aeebd274d6c22
parent56c2a0e3d90d3822fab157883957523e327bc9ae
ext4: Drop special handling of journalled data from ext4_quota_on()

Now that ext4_writepages() makes sure all journalled data is committed
and checkpointed, sync_filesystem() call done by dquot_quota_on() is
enough for quota IO to see uptodate data. So drop special handling of
journalled data from ext4_quota_on().

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