fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion
authorDave Chinner <dchinner@redhat.com>
Mon, 4 Jan 2016 05:44:15 +0000 (16:44 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 4 Jan 2016 05:44:15 +0000 (16:44 +1100)
commit334e580a6f97e2e84d1c19a8679603956acaa622
treeeb819ec967343ed2b6c635d425f0f58bd669d64d
parent168309855a7d1e16db751e9c647119fe2d2dc878
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>
fs/xfs/libxfs/xfs_fs.h
include/uapi/linux/fs.h