diff options
author | Ross Zwisler <ross.zwisler@linux.intel.com> | 2017-10-12 12:09:48 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2017-10-12 12:09:48 -0400 |
commit | 8058cac6a1d5dc8a2e309fafbfa341fd43d54528 (patch) | |
tree | e89bb9f6c1158d3cbc51fee563f4b30d58d57f73 /kernel/hung_task.c | |
parent | 6642586b3e5f9e0b559d20352d8d42ad84224d1f (diff) | |
download | linux-8058cac6a1d5dc8a2e309fafbfa341fd43d54528.tar.bz2 |
ext4: remove duplicate extended attributes defs
The following commit:
commit 9b7365fc1c82 ("ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR
interface support")
added several defines related to extended attributes to ext4.h. They were
added within an #ifndef FS_IOC_FSGETXATTR block with the comment:
/* Until the uapi changes get merged for project quota... */
Those uapi changes were merged by this commit:
commit 334e580a6f97 ("fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR
promotion")
so all the definitions needed by ext4 are available in
include/uapi/linux/fs.h. Remove the duplicates from ext4.h.
Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'kernel/hung_task.c')
0 files changed, 0 insertions, 0 deletions