]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - e2fsck/problem.c
e2fsck: add a developer-only extended option: clear_all_uninit_bits
[thirdparty/e2fsprogs.git] / e2fsck / problem.c
index c45c6b7854e82732e2f60adcccb85ab762236141..4863ea7ab5ac3b518e17a1aa66c391ea7d8e874f 100644 (file)
@@ -1240,6 +1240,11 @@ static struct e2fsck_problem problem_table[] = {
          N_("EA @i %N for parent @i %i missing EA_INODE flag.\n "),
          PROMPT_FIX, PR_PREEN_OK, 0, 0, 0 },
 
+       /* Offer to clear uninitialized flag on an extent */
+       { PR_1_CLEAR_UNINIT_EXTENT,
+         /* xgettext:no-c-format */
+         N_("@i %i has @x marked uninitialized at @b %c (len %N).  "),
+         PROMPT_CLEAR, PR_PREEN_OK, 0, 0, 0 },
 
        /* Pass 1b errors */