Add samsung specific changes
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user