X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fvfs_compat.h;h=bccf0d01f072bc9593efc858c84ab32a584af4f7;hb=88c283952f0bfeab54612f9ce666601d83c4244f;hp=c9fa76ecef0eeb89c04ba247041a57c124e8c121;hpb=0c1171dcb5c50f3a03c60f4346209c23a2b5ef86;p=zfs.git diff --git a/include/linux/vfs_compat.h b/include/linux/vfs_compat.h index c9fa76e..bccf0d0 100644 --- a/include/linux/vfs_compat.h +++ b/include/linux/vfs_compat.h @@ -149,4 +149,7 @@ typedef int zpl_umode_t; #define zpl_sget(type, cmp, set, fl, mtd) sget(type, cmp, set, mtd) #endif /* HAVE_5ARG_SGET */ +#define ZFS_IOC_GETFLAGS FS_IOC_GETFLAGS +#define ZFS_IOC_SETFLAGS FS_IOC_SETFLAGS + #endif /* _ZFS_VFS_H */