summaryrefslogtreecommitdiff
path: root/e2fsck/problem.h
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2014-08-10 18:34:43 -0400
committerTheodore Ts'o <tytso@mit.edu>2014-08-10 18:34:43 -0400
commit78c666b832b4c703aa0a87e7f34ccc8d15b00261 (patch)
treed99b2b12d8d8906159e55aeb2559d94739963446 /e2fsck/problem.h
parent657f508cbf4c2ff180ea086bd7041125ec4e5b61 (diff)
downloade2fsprogs-78c666b832b4c703aa0a87e7f34ccc8d15b00261.tar.gz
e2fsck: check ea-in-inode regions for overlap
Ensure that the various blobs in the in-inode EA region do not overlap. 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 89146ecd..f051c111 100644
--- a/e2fsck/problem.h
+++ b/e2fsck/problem.h
@@ -577,6 +577,9 @@ struct problem_context {
/* inode passes checks, but checksum does not match inode */
#define PR_1_INODE_ONLY_CSUM_INVALID 0x010068
+/* Inode EA allocation collision */
+#define PR_1_INODE_EA_ALLOC_COLLISION 0x010069
+
/* extent block passes checks, but checksum does not match extent block */
#define PR_1_EXTENT_ONLY_CSUM_INVALID 0x01006A