]> granicus.if.org Git - zfs/commitdiff
Add configure result for xattr_handler
authorChunwei Chen <david.chen@osnexus.com>
Thu, 7 Jul 2016 00:07:45 +0000 (17:07 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 12 Jul 2016 20:34:15 +0000 (13:34 -0700)
Signed-off-by: Chunwei Chen <david.chen@osnexus.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #4828

config/kernel-xattr-handler.m4

index dcffd4480c75672feb85f53704170d6d6705393e..ce18eaf9caf633c9752a6c07b9f94267023a1dc7 100644 (file)
@@ -89,6 +89,7 @@ AC_DEFUN([ZFS_AC_KERNEL_XATTR_HANDLER_GET], [
                dnl # attr_handler, and handler_flags argument was removed and
                dnl # should be accessed by handler->flags.
                dnl #
+               AC_MSG_RESULT(no)
                AC_MSG_CHECKING([whether xattr_handler->get() wants xattr_handler])
                ZFS_LINUX_TRY_COMPILE([
                        #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 # should be accessed by handler->flags.
                dnl #
+               AC_MSG_RESULT(no)
                AC_MSG_CHECKING([whether xattr_handler->set() wants xattr_handler])
                ZFS_LINUX_TRY_COMPILE([
                        #include <linux/xattr.h>