commit | 321238fbfb49003c66caecb1eefb5238dce27b61 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Nov 05 17:44:13 2019 +0100 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Nov 05 16:00:47 2019 -0500 |
tree | 4d92b170219dbbf0133e9d5d18b09bdf6cf93060 | |
parent | 65db869c754e7c271691dd5feabf884347e694f5 [diff] |
ext4: Fix ext4_should_journal_data() for EA inodes Similarly to directories, EA inodes do only journalled modifications to their data. Change ext4_should_journal_data() to return true for them so that we don't have to special-case them during truncate. Signed-off-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20191105164437.32602-7-jack@suse.cz Signed-off-by: Theodore Ts'o <tytso@mit.edu>