mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-01-25 10:12:13 +03:00
Add missing AC_MSG_RESULT
Output the result of the "iops->mkdir() returns struct dentry*" check to cleanup the configure output. Reviewed-by: Alexander Motin <alexander.motin@TrueNAS.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #17641
This commit is contained in:
parent
9b0a9b410e
commit
f65321e30c
@ -84,6 +84,8 @@ AC_DEFUN([ZFS_AC_KERNEL_MKDIR], [
|
|||||||
AC_DEFINE(HAVE_IOPS_MKDIR_DENTRY, 1,
|
AC_DEFINE(HAVE_IOPS_MKDIR_DENTRY, 1,
|
||||||
[iops->mkdir() returns struct dentry*])
|
[iops->mkdir() returns struct dentry*])
|
||||||
],[
|
],[
|
||||||
|
AC_MSG_RESULT(no)
|
||||||
|
|
||||||
dnl #
|
dnl #
|
||||||
dnl # 6.3 API change
|
dnl # 6.3 API change
|
||||||
dnl # mkdir() takes struct mnt_idmap * as the first arg
|
dnl # mkdir() takes struct mnt_idmap * as the first arg
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user