commit | 578fcbfd2e61e0b13ce8c7b62804c941d6c1eb8e | [log] [tgz] |
---|---|---|
author | Artem Blagodarenko <artem.blagodarenko@seagate.com> | Mon Feb 13 12:20:14 2017 +0300 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Apr 13 11:53:32 2017 -0400 |
tree | 015e9729c44b3cc0972359a50b7702c7b6133315 | |
parent | 1b13ca5ffaab574153e14140a69d574ba41287ed [diff] |
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>