3 dnl # struct user_namespace inum moved from .proc_inum to .ns.inum.
5 AC_DEFUN([ZFS_AC_KERNEL_SRC_USER_NS_COMMON_INUM], [
6 ZFS_LINUX_TEST_SRC([user_ns_common_inum], [
7 #include <linux/user_namespace.h>
9 struct user_namespace uns;
14 AC_DEFUN([ZFS_AC_KERNEL_USER_NS_COMMON_INUM], [
15 AC_MSG_CHECKING([whether user_namespace->ns.inum exists])
16 ZFS_LINUX_TEST_RESULT([user_ns_common_inum], [
18 AC_DEFINE(HAVE_USER_NS_COMMON_INUM, 1,
19 [user_namespace->ns.inum exists])