summaryrefslogtreecommitdiff
path: root/e2fsck/problem.h
diff options
context:
space:
mode:
authorArnaud Ferraris <arnaud.ferraris@collabora.com>2020-12-17 18:35:37 +0100
committerTheodore Ts'o <tytso@mit.edu>2021-01-27 22:09:52 -0500
commitd380e9d6f07c2b499e1cf3a1361ed445b6e55c60 (patch)
tree460a747d9ac4d7a080a7c809a019d211389551b3 /e2fsck/problem.h
parenta3def1e3cee0ccb14db2daff84ac3730da9931ec (diff)
downloade2fsprogs-d380e9d6f07c2b499e1cf3a1361ed445b6e55c60.tar.gz
e2fsck: add new problem for encoded name check
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
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 4185e517..e2fbb597 100644
--- a/e2fsck/problem.h
+++ b/e2fsck/problem.h
@@ -1028,6 +1028,9 @@ struct problem_context {
/* Encrypted directory contains file with different encryption policy */
#define PR_2_INCONSISTENT_ENCRYPTION_POLICY 0x020052
+/* Encoded directory entry has illegal characters in its name */
+#define PR_2_BAD_ENCODED_NAME 0x020053
+
/*
* Pass 3 errors
*/