aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/zfs/zfs_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/zfs/zfs_config.h')
-rw-r--r--sys/modules/zfs/zfs_config.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/sys/modules/zfs/zfs_config.h b/sys/modules/zfs/zfs_config.h
index f59b31f2479d..6561d62b5e26 100644
--- a/sys/modules/zfs/zfs_config.h
+++ b/sys/modules/zfs/zfs_config.h
@@ -483,6 +483,9 @@
/* building against unsupported kernel version */
/* #undef HAVE_LINUX_EXPERIMENTAL */
+/* Define to 1 if you have the <linux/stat.h> header file. */
+/* #undef HAVE_LINUX_STAT_H */
+
/* makedev() is declared in sys/mkdev.h */
/* #undef HAVE_MAKEDEV_IN_MKDEV */
@@ -585,6 +588,9 @@
/* kernel_siginfo_t exists */
/* #undef HAVE_SIGINFO */
+/* sops->free_inode() exists */
+/* #undef HAVE_SOPS_FREE_INODE */
+
#if defined(__amd64__) || defined(__i386__)
/* Define if host toolchain supports SSE */
#define HAVE_SSE 1
@@ -614,6 +620,12 @@
/* standalone <linux/stdarg.h> exists */
/* #undef HAVE_STANDALONE_LINUX_STDARG */
+/* statx() is available */
+/* #undef HAVE_STATX */
+
+/* STATX_MNT_ID is available */
+/* #undef HAVE_STATX_MNT_ID */
+
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
@@ -818,7 +830,7 @@
/* #undef ZFS_DEVICE_MINOR */
/* Define the project alias string. */
-#define ZFS_META_ALIAS "zfs-2.3.99-443-FreeBSD_g69ee01aa4"
+#define ZFS_META_ALIAS "zfs-2.3.99-515-FreeBSD_g8302b6e32"
/* Define the project author. */
#define ZFS_META_AUTHOR "OpenZFS"
@@ -848,7 +860,7 @@
#define ZFS_META_NAME "zfs"
/* Define the project release. */
-#define ZFS_META_RELEASE "443-FreeBSD_g69ee01aa4"
+#define ZFS_META_RELEASE "515-FreeBSD_g8302b6e32"
/* Define the project version. */
#define ZFS_META_VERSION "2.3.99"