commit | 334e580a6f97e2e84d1c19a8679603956acaa622 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Jan 04 16:44:15 2016 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Mon Jan 04 16:44:15 2016 +1100 |
tree | eb819ec967343ed2b6c635d425f0f58bd669d64d | |
parent | 168309855a7d1e16db751e9c647119fe2d2dc878 [diff] |
fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion Hoist the ioctl definitions for the XFS_IOC_FS[SG]SETXATTR API from fs/xfs/libxfs/xfs_fs.h to include/uapi/linux/fs.h so that the ioctls can be used by all filesystems, not just XFS. This enables (initially) ext4 to use the ioctl to set project IDs on inodes. Based-on-patch-from: Li Xi <lixi@ddn.com> Signed-off-by: Dave Chinner <dchinner@redhat.com>