Skip to content

Commit 22259fb

Browse files
authored
Fix stray "no" in configure output
This is purely a cosmetic fix which removes a stray "no" from the configure output. Reviewed-by: Tino Reichardt <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #16867
1 parent ff6266e commit 22259fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/kernel-xattr-handler.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ AC_DEFUN([ZFS_AC_KERNEL_SRC_XATTR_HANDLER_GET_DENTRY_INODE_FLAGS], [
5454
])
5555

5656
AC_DEFUN([ZFS_AC_KERNEL_XATTR_HANDLER_GET_DENTRY_INODE_FLAGS], [
57-
AC_MSG_RESULT(no)
5857
AC_MSG_CHECKING(
5958
[whether xattr_handler->get() wants dentry and inode and flags])
6059
ZFS_LINUX_TEST_RESULT([xattr_handler_get_dentry_inode_flags], [

0 commit comments

Comments
 (0)