summaryrefslogtreecommitdiff
path: root/e2fsck/problem.h
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2016-03-05 12:52:55 -0500
committerTheodore Ts'o <tytso@mit.edu>2016-03-06 20:08:53 -0500
commit17f2fbf7371f2f1a1d35af986af24cfc57e3e8a0 (patch)
tree75dc32c196572036688c59f58c10795cf1c05320 /e2fsck/problem.h
parent2be9cd8655cffa360752b1f41d6407d4aa78baa0 (diff)
downloade2fsprogs-17f2fbf7371f2f1a1d35af986af24cfc57e3e8a0.tar.gz
e2fsck: check the checksum seed feature flag is set correctly
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'e2fsck/problem.h')
-rw-r--r--e2fsck/problem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e2fsck/problem.h b/e2fsck/problem.h
index 3b92e411..b3f5b8f2 100644
--- a/e2fsck/problem.h
+++ b/e2fsck/problem.h
@@ -268,6 +268,9 @@ struct problem_context {
/* External journal has corrupt superblock */
#define PR_0_EXT_JOURNAL_SUPER_CSUM_INVALID 0x00004A
+/* metadata_csum_seed means nothing without metadata_csum */
+#define PR_0_CSUM_SEED_WITHOUT_META_CSUM 0x00004B
+
/*
* Pass 1 errors
*/