Whamcloud - gitweb
LU-16169 e2fsck: improve parallel thread balance
[tools/e2fsprogs.git] / e2fsck / problem.h
index bff33f2..5345508 100644 (file)
@@ -768,6 +768,9 @@ struct problem_context {
 /* invalid inode creation time */
 #define PR_1_CRTIME_BAD                                0x010096
 
+/* Symlink missing NUL terminator */
+#define PR_1_SYMLINK_NUL                       0x010097
+
 /* Failed to goto block group */
 #define PR_1_SCAN_GOTO                         0x0100A0
 
@@ -1111,6 +1114,9 @@ struct problem_context {
 /* Inode is badly corrupt (badness value = ) */
 #define PR_2_INODE_TOOBAD              0x020055
 
+/* Entry dirdata length set incorrectly */
+#define PR_2_CLEAR_DIRDATA             0x020056
+
 /*
  * Pass 3 errors
  */