|
@@ -1241,13 +1241,11 @@ static const struct fscrypt_operations ext4_cryptops = {
|
|
.get_context = ext4_get_context,
|
|
.get_context = ext4_get_context,
|
|
.set_context = ext4_set_context,
|
|
.set_context = ext4_set_context,
|
|
.dummy_context = ext4_dummy_context,
|
|
.dummy_context = ext4_dummy_context,
|
|
- .is_encrypted = ext4_encrypted_inode,
|
|
|
|
.empty_dir = ext4_empty_dir,
|
|
.empty_dir = ext4_empty_dir,
|
|
.max_namelen = ext4_max_namelen,
|
|
.max_namelen = ext4_max_namelen,
|
|
};
|
|
};
|
|
#else
|
|
#else
|
|
static const struct fscrypt_operations ext4_cryptops = {
|
|
static const struct fscrypt_operations ext4_cryptops = {
|
|
- .is_encrypted = ext4_encrypted_inode,
|
|
|
|
};
|
|
};
|
|
#endif
|
|
#endif
|
|
|
|
|