Add script for builtin module building.
[zfs.git] / zfs_config.h.in
index 7aebb8f..15f5a5c 100644 (file)
 /* check_disk_size_change() is available */
 #undef HAVE_CHECK_DISK_SIZE_CHANGE
 
+/* clear_inode() is available */
+#undef HAVE_CLEAR_INODE
+
 /* super_block uses const struct xattr_hander */
 #undef HAVE_CONST_XATTR_HANDLER
 
 /* fops->fallocate() exists */
 #undef HAVE_INODE_FALLOCATE
 
+/* iops->truncate_range() exists */
+#undef HAVE_INODE_TRUNCATE_RANGE
+
 /* insert_inode_locked() is available */
 #undef HAVE_INSERT_INODE_LOCKED