]> granicus.if.org Git - zfs/commit
Add support 32 bit FS_IOC32_{GET|SET}FLAGS compat ioctls
authorColin Ian King <colin.king@canonical.com>
Wed, 30 Mar 2016 22:00:23 +0000 (23:00 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 1 Apr 2016 00:56:12 +0000 (17:56 -0700)
commitf7b939bdbcd5d6fd11a638316138d1752acae78e
tree60ef6123c6da4aa1d24b60e804034a7c79295964
parente4023e42a8cb0d267870db82f75e23d4efb9fbd9
Add support 32 bit FS_IOC32_{GET|SET}FLAGS compat ioctls

We need 32 bit userspace FS_IOC32_GETFLAGS and FS_IOC32_SETFLAGS
compat ioctls for systems such as powerpc64.  We use the normal
compat ioctl idiom as used by a variety of file systems to provide
this support.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4477
module/zfs/zpl_file.c