]> git.proxmox.com Git - mirror_zfs.git/blobdiff - zfs_config.h.in
Support the fallocate() file operation.
[mirror_zfs.git] / zfs_config.h.in
index b90643f4652a8fe67dd036c405d63541e0ad79d0..c91735a8e9313b4c3c4230a566dd9e3c9269d39f 100644 (file)
 /* sops->evict_inode() exists */
 #undef HAVE_EVICT_INODE
 
+/* fops->fallocate() exists */
+#undef HAVE_FILE_FALLOCATE
+
 /* kernel defines fmode_t */
 #undef HAVE_FMODE_T
 
 /* Define to 1 if licensed under the GPL */
 #undef HAVE_GPL_ONLY_SYMBOLS
 
+/* fops->fallocate() exists */
+#undef HAVE_INODE_FALLOCATE
+
 /* insert_inode_locked() is available */
 #undef HAVE_INSERT_INODE_LOCKED