Whamcloud - gitweb
e2fsck.8: minor man page fixes
[tools/e2fsprogs.git] / e2fsck / problem.h
index 530aea6..b47b0c6 100644 (file)
@@ -1149,6 +1149,9 @@ struct problem_context {
 /* Lost+found is encrypted */
 #define PR_3_LPF_ENCRYPTED             0x03001B
 
+/* Recursively looped directory inode */
+#define PR_3_LOOPED_DIR                        0x03001D
+
 /*
  * Pass 3a --- rehashing directories
  */