ext4: Add EXT4_IOC_FSGETXATTR/EXT4_IOC_FSSETXATTR to compat_ioctl
authorMartijn Coenen <maco@android.com>
Fri, 27 Dec 2019 13:46:39 +0000 (14:46 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 17 Jan 2020 21:24:55 +0000 (16:24 -0500)
commita54d8d34d2354f3a2a9dda00d9dd6666a50c486b
tree227edb150f2e3015237cf4a2502418f20e4e9963
parente128d516d81289db7dd977b7706c96501f48c011
ext4: Add EXT4_IOC_FSGETXATTR/EXT4_IOC_FSSETXATTR to compat_ioctl

These are backed by 'struct fsxattr' which has the same size on all
architectures.

Signed-off-by: Martijn Coenen <maco@android.com>
Link: https://lore.kernel.org/r/20191227134639.35869-1-maco@android.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ioctl.c