Linux 3.1 compat, super_block->s_shrink
[zfs.git] / zfs_config.h.in
index e0f7467..b53ca52 100644 (file)
@@ -90,6 +90,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
 
 /* 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