aboutsummaryrefslogtreecommitdiffstats
path: root/zfs_config.h.in
diff options
context:
space:
mode:
authorGunnar Beutner <[email protected]>2011-04-28 18:35:50 +0200
committerBrian Behlendorf <[email protected]>2011-04-29 12:36:13 -0700
commit055656d4f4dfc1a85646a2c0cc10b9dce86da72b (patch)
tree505300e61b58536f0f18b2e43d1ee360a47dbf81 /zfs_config.h.in
parent5476e6952c1ecbd2debe977eb5c3ec88dfdfea5b (diff)
Implemented NFS export_operations.
Implemented the required NFS operations for exporting ZFS datasets using the in-kernel NFS daemon.
Diffstat (limited to 'zfs_config.h.in')
-rw-r--r--zfs_config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/zfs_config.h.in b/zfs_config.h.in
index 938da5694..3d47e3d75 100644
--- a/zfs_config.h.in
+++ b/zfs_config.h.in
@@ -72,6 +72,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
+/* d_obtain_alias() is available */
+#undef HAVE_D_OBTAIN_ALIAS
+
/* sops->evict_inode() exists */
#undef HAVE_EVICT_INODE