mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +03:00
Add configure result for xattr_handler
Signed-off-by: Chunwei Chen <david.chen@osnexus.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue #4828
This commit is contained in:
parent
bffb68a2b8
commit
d4701011ef
@ -89,6 +89,7 @@ AC_DEFUN([ZFS_AC_KERNEL_XATTR_HANDLER_GET], [
|
|||||||
dnl # attr_handler, and handler_flags argument was removed and
|
dnl # attr_handler, and handler_flags argument was removed and
|
||||||
dnl # should be accessed by handler->flags.
|
dnl # should be accessed by handler->flags.
|
||||||
dnl #
|
dnl #
|
||||||
|
AC_MSG_RESULT(no)
|
||||||
AC_MSG_CHECKING([whether xattr_handler->get() wants xattr_handler])
|
AC_MSG_CHECKING([whether xattr_handler->get() wants xattr_handler])
|
||||||
ZFS_LINUX_TRY_COMPILE([
|
ZFS_LINUX_TRY_COMPILE([
|
||||||
#include <linux/xattr.h>
|
#include <linux/xattr.h>
|
||||||
@ -192,6 +193,7 @@ AC_DEFUN([ZFS_AC_KERNEL_XATTR_HANDLER_SET], [
|
|||||||
dnl # xattr_handler, and handler_flags argument was removed and
|
dnl # xattr_handler, and handler_flags argument was removed and
|
||||||
dnl # should be accessed by handler->flags.
|
dnl # should be accessed by handler->flags.
|
||||||
dnl #
|
dnl #
|
||||||
|
AC_MSG_RESULT(no)
|
||||||
AC_MSG_CHECKING([whether xattr_handler->set() wants xattr_handler])
|
AC_MSG_CHECKING([whether xattr_handler->set() wants xattr_handler])
|
||||||
ZFS_LINUX_TRY_COMPILE([
|
ZFS_LINUX_TRY_COMPILE([
|
||||||
#include <linux/xattr.h>
|
#include <linux/xattr.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user