aboutsummaryrefslogtreecommitdiff
path: root/misc/mke2fs.c
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-06-25 01:01:50 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-06-25 01:01:50 +0000
commit4992ec87d697ea4ae6c4bdf69a266993a9837db1 (patch)
treea9efafcae02ba58640ef52784deeb8838c98c74f /misc/mke2fs.c
parente7b5937033309fb350b78e894861a2fb59dbffac (diff)
parent656231487d8f0f30fb9cf1716cb994d22fbe6fb6 (diff)
downloade2fsprogs-4992ec87d697ea4ae6c4bdf69a266993a9837db1.tar.gz
Change-Id: If3d1b7ea94978296321526d41f458c5598a22ddc
Diffstat (limited to 'misc/mke2fs.c')
-rw-r--r--misc/mke2fs.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/misc/mke2fs.c b/misc/mke2fs.c
index da29ab39..879e3914 100644
--- a/misc/mke2fs.c
+++ b/misc/mke2fs.c
@@ -2460,15 +2460,6 @@ profile_error:
}
}
- if (ext2fs_has_feature_casefold(&fs_param) &&
- ext2fs_has_feature_encrypt(&fs_param)) {
- com_err(program_name, 0, "%s",
- _("The encrypt and casefold features are not "
- "compatible.\nThey can not be both enabled "
- "simultaneously.\n"));
- exit (1);
- }
-
/* Don't allow user to set both metadata_csum and uninit_bg bits. */
if (ext2fs_has_feature_metadata_csum(&fs_param) &&
ext2fs_has_feature_gdt_csum(&fs_param))