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.

Signed-off-by: Brian Behlendorf <[email protected]>
  • Loading branch information
behlendorf committed Dec 13, 2024
1 parent ecc0970 commit bb67b21
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 bb67b21

Please sign in to comment.