Whamcloud - gitweb
LU-1540 e2fsck: add missing symlink NUL terminator
[tools/e2fsprogs.git] / e2fsck / problem.h
index c1afb84..e96b115 100644 (file)
@@ -599,6 +599,9 @@ struct problem_context {
 /* Bad extended attribute value in inode */
 #define PR_1_INODE_EA_BAD_VALUE                0x010080
 
+/* Symlink missing NUL terminator */
+#define PR_1_SYMLINK_NUL               0x010081
+
 /* Warning for user that all inodes need to be expanded atleast by
  * s_min_extra_isize
  */