Add samsung specific changes

This commit is contained in:
2025-08-11 14:29:00 +02:00
parent c66122e619
commit 4d134a1294
2688 changed files with 1127995 additions and 11475 deletions

View File

@@ -32,7 +32,6 @@
#include <linux/vfs.h>
#include <linux/random.h>
#include <linux/mount.h>
#include <uapi/linux/mount.h>
#include <linux/namei.h>
#include <linux/quotaops.h>
#include <linux/seq_file.h>
@@ -4647,10 +4646,6 @@ static int ext4_init_metadata_csum(struct super_block *sb, struct ext4_super_blo
return -EFSBADCRC;
}
#ifdef CONFIG_FIVE
sb->s_flags |= MS_I_VERSION;
#endif
/* Precompute checksum seed for all metadata */
if (ext4_has_feature_csum_seed(sb))
sbi->s_csum_seed = le32_to_cpu(es->s_checksum_seed);