Skip to content

Commit

Permalink
Fix stray "no" in configure output
Browse files Browse the repository at this point in the history
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
  • Loading branch information
behlendorf authored Dec 14, 2024
1 parent ff6266e commit 22259fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/kernel-xattr-handler.m4
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ AC_DEFUN([ZFS_AC_KERNEL_SRC_XATTR_HANDLER_GET_DENTRY_INODE_FLAGS], [
])

AC_DEFUN([ZFS_AC_KERNEL_XATTR_HANDLER_GET_DENTRY_INODE_FLAGS], [
AC_MSG_RESULT(no)
AC_MSG_CHECKING(
[whether xattr_handler->get() wants dentry and inode and flags])
ZFS_LINUX_TEST_RESULT([xattr_handler_get_dentry_inode_flags], [
Expand Down

0 comments on commit 22259fb

Please sign in to comment.