]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - e2fsck/problem.c
e2fsck: Detect unordered extents in an extent node
[thirdparty/e2fsprogs.git] / e2fsck / problem.c
index d9ae9115cde76e05efdeacfadda8e7ccb810b848..81ad9b0ee7973354d64ad67a12fbdf0247115423 100644 (file)
@@ -849,6 +849,11 @@ static struct e2fsck_problem problem_table[] = {
          N_("Fast symlink %i has EXTENT_FL set.  "),
          PROMPT_CLEAR, 0 },
 
+       /* Extents are out of order */
+       { PR_1_OUT_OF_ORDER_EXTENTS,
+         N_("@i %i has out of order extents\n\t(@n logical @b %c, physical @b %b, len %N)\n"),
+         PROMPT_CLEAR, 0 },
+
        /* Pass 1b errors */
 
        /* Pass 1B: Rescan for duplicate/bad blocks */