summaryrefslogtreecommitdiff
path: root/e2fsck/problem.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2014-08-10 19:33:31 -0400
committerTheodore Ts'o <tytso@mit.edu>2014-08-10 19:33:31 -0400
commit68083287ae95dce9b610c94b28f95cb702d4c98f (patch)
treecaa0f37e7b143068338d1ea09d1f0a2ebd08fa6e /e2fsck/problem.h
parent19c5d41d5cb393d293bcd67647883a2f86a253c5 (diff)
parent115d4b4b33540da49e5d04135417392f7c4d54fc (diff)
downloade2fsprogs-68083287ae95dce9b610c94b28f95cb702d4c98f.tar.gz
Merge branch 'maint' into next
Conflicts: e2fsck/unix.c
Diffstat (limited to 'e2fsck/problem.h')
-rw-r--r--e2fsck/problem.h17
1 files changed, 14 insertions, 3 deletions
diff --git a/e2fsck/problem.h b/e2fsck/problem.h
index e901c8e4..5c92d0a2 100644
--- a/e2fsck/problem.h
+++ b/e2fsck/problem.h
@@ -249,9 +249,6 @@ struct problem_context {
/* Checking group descriptor failed */
#define PR_0_CHECK_DESC_FAILED 0x000045
-/* 64bit is set but extents are not set. */
-#define PR_0_64BIT_WITHOUT_EXTENTS 0x000048
-
/*
* metadata_csum supersedes uninit_bg; both feature bits cannot be set
* simultaneously.
@@ -261,6 +258,11 @@ struct problem_context {
/* Superblock has invalid MMP checksum. */
#define PR_0_MMP_CSUM_INVALID 0x000047
+/* 64bit is set but extents are not set. */
+#define PR_0_64BIT_WITHOUT_EXTENTS 0x000048
+
+/* The first_meta_bg is too big */
+#define PR_0_FIRST_META_BG_TOO_BIG 0x000049
/*
* Pass 1 errors
@@ -1135,6 +1137,15 @@ struct problem_context {
/* Update quota information if it is inconsistent */
#define PR_6_UPDATE_QUOTAS 0x060002
+/* Error setting block group checksum info */
+#define PR_6_SET_BG_CHECKSUM 0x060003
+
+/* Error writing file system info */
+#define PR_6_FLUSH_FILESYSTEM 0x060004
+
+/* Error flushing writes to storage device */
+#define PR_6_IO_FLUSH 0x060005
+
/*
* Function declarations
*/