]> git.proxmox.com Git - mirror_zfs.git/blobdiff - config/kernel-vfs-getattr.m4
Update build system and packaging
[mirror_zfs.git] / config / kernel-vfs-getattr.m4
index 7772cb514cb66bd03fe84c0d83c74fd8a258bfda..b13723538f15be917d7512eb9a73ce47bbaec7f5 100644 (file)
@@ -2,9 +2,9 @@ dnl #
 dnl # 4.11 API, a528d35e@torvalds/linux
 dnl # vfs_getattr(const struct path *p, struct kstat *s, u32 m, unsigned int f)
 dnl #
-AC_DEFUN([SPL_AC_4ARGS_VFS_GETATTR], [
+AC_DEFUN([ZFS_AC_KERNEL_4ARGS_VFS_GETATTR], [
        AC_MSG_CHECKING([whether vfs_getattr() wants 4 args])
-       SPL_LINUX_TRY_COMPILE([
+       ZFS_LINUX_TRY_COMPILE([
                #include <linux/fs.h>
        ],[
                vfs_getattr((const struct path *)NULL,
@@ -24,9 +24,9 @@ dnl #
 dnl # 3.9 API
 dnl # vfs_getattr(struct path *p, struct kstat *s)
 dnl #
-AC_DEFUN([SPL_AC_2ARGS_VFS_GETATTR], [
+AC_DEFUN([ZFS_AC_KERNEL_2ARGS_VFS_GETATTR], [
        AC_MSG_CHECKING([whether vfs_getattr() wants 2 args])
-       SPL_LINUX_TRY_COMPILE([
+       ZFS_LINUX_TRY_COMPILE([
                #include <linux/fs.h>
        ],[
                vfs_getattr((struct path *) NULL,
@@ -44,9 +44,9 @@ dnl #
 dnl # <3.9 API
 dnl # vfs_getattr(struct vfsmount *v, struct dentry *d, struct kstat *k)
 dnl #
-AC_DEFUN([SPL_AC_3ARGS_VFS_GETATTR], [
+AC_DEFUN([ZFS_AC_KERNEL_3ARGS_VFS_GETATTR], [
        AC_MSG_CHECKING([whether vfs_getattr() wants 3 args])
-       SPL_LINUX_TRY_COMPILE([
+       ZFS_LINUX_TRY_COMPILE([
                #include <linux/fs.h>
        ],[
                vfs_getattr((struct vfsmount *)NULL,