diff options
author | Chunwei Chen <[email protected]> | 2016-07-06 17:07:45 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-07-12 13:34:15 -0700 |
commit | d4701011efe9c8268dfc3af8d174a16aa6334a9b (patch) | |
tree | e90dfbfc139c0479f7096a0adb244167366fa3a1 /config | |
parent | bffb68a2b863bc43c42b53ba56d3ee7a4a45ca96 (diff) |
Add configure result for xattr_handler
Signed-off-by: Chunwei Chen <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #4828
Diffstat (limited to 'config')
-rw-r--r-- | config/kernel-xattr-handler.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/kernel-xattr-handler.m4 b/config/kernel-xattr-handler.m4 index dcffd4480..ce18eaf9c 100644 --- a/config/kernel-xattr-handler.m4 +++ b/config/kernel-xattr-handler.m4 @@ -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> |