X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=zfs_config.h.in;h=4eee8929fa5028ad6f49c7f2d18338d159d6dcd6;hb=750562833f5009e1602e3b7d8f10497ee683f611;hp=e0f746704b990b289c916d8cf666a17bf5f1e7aa;hpb=28eb9213d89cb25438fcecb86e735cc3edc26ea4;p=zfs.git diff --git a/zfs_config.h.in b/zfs_config.h.in index e0f7467..4eee892 100644 --- a/zfs_config.h.in +++ b/zfs_config.h.in @@ -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 @@ -141,6 +147,9 @@ /* 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 @@ -156,6 +165,9 @@ /* set_nlink() is available */ #undef HAVE_SET_NLINK +/* struct super_block has s_shrink */ +#undef HAVE_SHRINK + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H