Whamcloud - gitweb
LU-8465 e2fsck: add start/end group for thread
[tools/e2fsprogs.git] / e2fsck / problem.h
index e7053fb..2b2083f 100644 (file)
@@ -735,6 +735,9 @@ struct problem_context {
 /* Symlink missing NUL terminator */
 #define PR_1_SYMLINK_NUL                       0x010090
 
+/* Failed to goto block group */
+#define PR_1_SCAN_GOTO                         0x0100A0
+
 /*
  * Pass 1b errors
  */