X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=e2fsck%2Fproblem.h;h=5df40ef6eff3531a120be82c02ea6a76235d3c7a;hb=e333845b2afe89dc9c1764d596a41682d0e7a137;hp=b0b6d78f76f33b294614da8de54dd903512e2a57;hpb=2f686ace1c8e2f680ffd450d143cdd01a649687a;p=tools%2Fe2fsprogs.git diff --git a/e2fsck/problem.h b/e2fsck/problem.h index b0b6d78..5df40ef 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 */