X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=config%2Fkernel-spinlock.m4;h=d6d6640070b54b6fd0add2e9319ca40a82c5b7ee;hb=52b684236d35c64bb371bd19ce0c87552e368d77;hp=136262d0e651b3737052228081222bfa056fb382;hpb=48ef8ba07094afcd67355940ca8db92d76f7c096;p=mirror_zfs.git diff --git a/config/kernel-spinlock.m4 b/config/kernel-spinlock.m4 index 136262d0e..d6d664007 100644 --- a/config/kernel-spinlock.m4 +++ b/config/kernel-spinlock.m4 @@ -3,11 +3,11 @@ dnl # 2.6.36 API change, dnl # The 'struct fs_struct->lock' was changed from a rwlock_t to dnl # a spinlock_t to improve the fastpath performance. dnl # -AC_DEFUN([SPL_AC_FS_STRUCT_SPINLOCK], [ +AC_DEFUN([ZFS_AC_KERNEL_FS_STRUCT_SPINLOCK], [ AC_MSG_CHECKING([whether struct fs_struct uses spinlock_t]) tmp_flags="$EXTRA_KCFLAGS" EXTRA_KCFLAGS="-Werror" - SPL_LINUX_TRY_COMPILE([ + ZFS_LINUX_TRY_COMPILE([ #include #include ],[