summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r--fs/ext4/super.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index dcfb19539871..bc63cdf194e3 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -1241,13 +1241,11 @@ static const struct fscrypt_operations ext4_cryptops = {
1241 .get_context = ext4_get_context, 1241 .get_context = ext4_get_context,
1242 .set_context = ext4_set_context, 1242 .set_context = ext4_set_context,
1243 .dummy_context = ext4_dummy_context, 1243 .dummy_context = ext4_dummy_context,
1244 .is_encrypted = ext4_encrypted_inode,
1245 .empty_dir = ext4_empty_dir, 1244 .empty_dir = ext4_empty_dir,
1246 .max_namelen = ext4_max_namelen, 1245 .max_namelen = ext4_max_namelen,
1247}; 1246};
1248#else 1247#else
1249static const struct fscrypt_operations ext4_cryptops = { 1248static const struct fscrypt_operations ext4_cryptops = {
1250 .is_encrypted = ext4_encrypted_inode,
1251}; 1249};
1252#endif 1250#endif
1253 1251