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 b0b6d78f..5df40ef6 100644 --- a/e2fsck/problem.h +++ b/e2fsck/problem.h @@ -517,6 +517,9 @@ struct problem_context { /* Directory filename can't be zero-length */ #define PR_2_NULL_NAME 0x020030 +/* Invalid fast symlink size */ +#define PR_2_SYMLINK_SIZE 0x020031 + /* * Pass 3 errors */ |