aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/problem.c
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsck/problem.c')
-rw-r--r--e2fsck/problem.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/e2fsck/problem.c b/e2fsck/problem.c
index b78b56ea..2fdc8d22 100644
--- a/e2fsck/problem.c
+++ b/e2fsck/problem.c
@@ -964,6 +964,11 @@ static struct e2fsck_problem problem_table[] = {
PROMPT_CLEAR, 0 },
+ /* Error allocating memory for encrypted directory list */
+ { PR_1_ALLOCATE_ENCRYPTED_DIRLIST,
+ N_("@A memory for encrypted @d list\n"),
+ PROMPT_NONE, PR_FATAL },
+
/* Pass 1b errors */
/* Pass 1B: Rescan for duplicate/bad blocks */