]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove duplicate extended attributes defs
authorRoss Zwisler <ross.zwisler@linux.intel.com>
Thu, 12 Oct 2017 16:09:48 +0000 (12:09 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 12 Oct 2017 16:09:48 +0000 (12:09 -0400)
commit3a8d11c0b8bbd771a9c901ee9b9cb9fe7e8781f2
treee89bb9f6c1158d3cbc51fee563f4b30d58d57f73
parented1eb7b59a0c5510f475092756e8ccb0d3d8af47
ext4: remove duplicate extended attributes defs

The following commit:

commit 2641d3127db0 ("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 dafbb200cf34 ("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>
fs/ext4/ext4.h