]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - e2fsck/problem.c
Merge branch 'maint' into next
[thirdparty/e2fsprogs.git] / e2fsck / problem.c
index 18d80259b0bcc78f06a4ea669a5e749d4bb53686..a1986c677aff3706bffe4503654df8ddf7e6a702 100644 (file)
@@ -1038,6 +1038,11 @@ static struct e2fsck_problem problem_table[] = {
          N_("@i %i block %b conflicts with critical metadata, skipping block checks.\n"),
          PROMPT_NONE, 0 },
 
+       /* Directory inode block <block> should be at block <otherblock> */
+       { PR_1_COLLAPSE_DBLOCK,
+         N_("@d @i %i @b %b should be at @b %c.  "),
+         PROMPT_FIX, 0 },
+
        /* Pass 1b errors */
 
        /* Pass 1B: Rescan for duplicate/bad blocks */