Add overlay(-O) mount option support
[zfs.git] / zfs_config.h.in
index 41d7ab1..4eee892 100644 (file)
@@ -66,6 +66,9 @@
 /* blk_rq_sectors() is available */
 #undef HAVE_BLK_RQ_SECTORS
 
+/* security_inode_init_security wants callback */
+#undef HAVE_CALLBACK_SECURITY_INODE_INIT_SECURITY
+
 /* check_disk_size_change() is available */
 #undef HAVE_CHECK_DISK_SIZE_CHANGE
 
@@ -90,6 +93,9 @@
 /* kernel defines fmode_t */
 #undef HAVE_FMODE_T
 
+/* sops->free_cached_objects() exists */
+#undef HAVE_FREE_CACHED_OBJECTS
+
 /* fops->fsync() with range */
 #undef HAVE_FSYNC_RANGE
 
 /* mount_nodev() is available */
 #undef HAVE_MOUNT_NODEV
 
+/* sops->nr_cached_objects() exists */
+#undef HAVE_NR_CACHED_OBJECTS
+
 /* open_bdev_exclusive() is available */
 #undef HAVE_OPEN_BDEV_EXCLUSIVE
 
 /* rq_is_sync() is available */
 #undef HAVE_RQ_IS_SYNC
 
+/* set_nlink() is available */
+#undef HAVE_SET_NLINK
+
+/* struct super_block has s_shrink */
+#undef HAVE_SHRINK
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H