summaryrefslogtreecommitdiff
path: root/e2fsck/problem.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2022-08-06 02:37:24 -0400
committerTheodore Ts'o <tytso@mit.edu>2022-08-06 02:37:24 -0400
commit88ac43ed6a46caa2851b4a60b838bba9f151bd09 (patch)
tree5767da807c7aaf55d3befd9c3315b59cbcef3291 /e2fsck/problem.h
parent96185e9bef1dca5a3b7d93f244d65107aad5f37f (diff)
parent80e1504f2ce33c9ebc5045009c7bcde9315526c0 (diff)
downloade2fsprogs-88ac43ed6a46caa2851b4a60b838bba9f151bd09.tar.gz
Merge branch 'maint' into next
Diffstat (limited to 'e2fsck/problem.h')
-rw-r--r--e2fsck/problem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e2fsck/problem.h b/e2fsck/problem.h
index 530aea69..b47b0c63 100644
--- a/e2fsck/problem.h
+++ b/e2fsck/problem.h
@@ -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
*/