summaryrefslogtreecommitdiff
path: root/e2fsck/problem.h
diff options
context:
space:
mode:
authorArtem Blagodarenko <artem.blagodarenko@seagate.com>2017-02-13 12:20:14 +0300
committerTheodore Ts'o <tytso@mit.edu>2017-04-13 11:53:32 -0400
commit578fcbfd2e61e0b13ce8c7b62804c941d6c1eb8e (patch)
tree015e9729c44b3cc0972359a50b7702c7b6133315 /e2fsck/problem.h
parent1b13ca5ffaab574153e14140a69d574ba41287ed (diff)
downloade2fsprogs-578fcbfd2e61e0b13ce8c7b62804c941d6c1eb8e.tar.gz
e2fsprogs: supersede i_dir_acl with i_size_high for all cases
This patch removes i_dir_acl macros and macros users. Now stucture field can be accessed as i_size_high. This field is useful for largedir feature. Signed-off-by: Alexey Lyashkov <alexey.lyashkov@seagate.com> Signed-off-by: Artem Blagodarenko <artem.blagodarenko@seagate.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'e2fsck/problem.h')
-rw-r--r--e2fsck/problem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/e2fsck/problem.h b/e2fsck/problem.h
index d291e26c..f8650b94 100644
--- a/e2fsck/problem.h
+++ b/e2fsck/problem.h
@@ -813,8 +813,8 @@ struct problem_context {
/* i_file_acl should be zero */
#define PR_2_FILE_ACL_ZERO 0x02000E
-/* i_dir_acl should be zero */
-#define PR_2_DIR_ACL_ZERO 0x02000F
+/* i_size_high should be zero */
+#define PR_2_DIR_SIZE_HIGH_ZERO 0x02000F
/* i_frag should be zero */
#define PR_2_FRAG_ZERO 0x020010