mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Remove linux/uaccess.h header check
The uaccess header has been available in the same location since Linux 2.6.18. There is no longer a need to maintain this compatibility code. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
@@ -27,7 +27,6 @@ AC_DEFUN([SPL_AC_CONFIG_KERNEL], [
|
||||
SPL_AC_CTL_NAME
|
||||
SPL_AC_VMALLOC_INFO
|
||||
SPL_AC_PDE_DATA
|
||||
SPL_AC_UACCESS_HEADER
|
||||
SPL_AC_KMALLOC_NODE
|
||||
SPL_AC_INODE_I_MUTEX
|
||||
SPL_AC_MUTEX_OWNER
|
||||
@@ -928,14 +927,6 @@ AC_DEFUN([SPL_AC_CTL_NAME], [
|
||||
])
|
||||
])
|
||||
|
||||
dnl #
|
||||
dnl # 2.6.18 API change,
|
||||
dnl # added linux/uaccess.h
|
||||
dnl #
|
||||
AC_DEFUN([SPL_AC_UACCESS_HEADER], [
|
||||
SPL_CHECK_HEADER([linux/uaccess.h], [UACCESS], [], [])
|
||||
])
|
||||
|
||||
dnl #
|
||||
dnl # 2.6.12 API change,
|
||||
dnl # check whether 'kmalloc_node()' is available.
|
||||
|
||||
Reference in New Issue
Block a user