diff options
Diffstat (limited to 'e2fsck/problem.h')
-rw-r--r-- | e2fsck/problem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/e2fsck/problem.h b/e2fsck/problem.h index 4561c618..e5070b05 100644 --- a/e2fsck/problem.h +++ b/e2fsck/problem.h @@ -193,6 +193,9 @@ struct problem_context { /* Superblock hint for external journal incorrect */ #define PR_0_EXTERNAL_JOURNAL_HINT 0x000033 +/* Superblock hint for external journal incorrect */ +#define PR_0_DIRHASH_HINT 0x000034 + /* * Pass 1 errors */ |