aboutsummaryrefslogtreecommitdiff
path: root/e2fsck/problem.c
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.c
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.c')
-rw-r--r--e2fsck/problem.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/e2fsck/problem.c b/e2fsck/problem.c
index c3e4f6a0..206a8a0b 100644
--- a/e2fsck/problem.c
+++ b/e2fsck/problem.c
@@ -1361,9 +1361,9 @@ static struct e2fsck_problem problem_table[] = {
N_("i_file_acl @F %If, @s zero.\n"),
PROMPT_CLEAR, 0 },
- /* i_dir_acl should be zero */
- { PR_2_DIR_ACL_ZERO,
- N_("i_dir_acl @F %Id, @s zero.\n"),
+ /* i_size_high should be zero */
+ { PR_2_DIR_SIZE_HIGH_ZERO,
+ N_("i_size_high @F %Id, @s zero.\n"),
PROMPT_CLEAR, 0 },
/* i_frag should be zero */