Home
last modified time | relevance | path

Searched hist:e64e6ca9 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dfast_commit.ce64e6ca9 Fri Sep 16 03:38:36 CDT 2022 Ye Bin <yebin10@huawei.com> ext4: adjust fast commit disable judgement order in ext4_fc_track_inode

If fastcommit is already disabled, there isn't need to mark inode ineligible.
So move 'ext4_fc_disabled()' judgement bofore 'ext4_should_journal_data(inode)'
judgement which can avoid to do meaningless judgement.

Signed-off-by: Ye Bin <yebin10@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20220916083836.388347-3-yebin10@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>