3 dnl # 'sget' now takes the mount flags as an argument.
5 AC_DEFUN([ZFS_AC_KERNEL_5ARG_SGET],
6 [AC_MSG_CHECKING([whether sget() wants 5 args])
7 ZFS_LINUX_TRY_COMPILE([
10 struct file_system_type *type = NULL;
11 int (*test)(struct super_block *,void *) = NULL;
12 int (*set)(struct super_block *,void *) = NULL;
15 (void) sget(type, test, set, flags, data);
18 AC_DEFINE(HAVE_5ARG_SGET, 1, [sget() wants 5 args])