X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=spl_config.h.in;h=e7243c564edfe2e6e510510582bd6ebb9c318bb6;hb=4afca2390484cef7ec9f4b760175fc55d8174580;hp=540b793923ec9c8641453d2430385fcd71bf6983;hpb=c950d1480dc2bf72b4ea69f32976be016c66135f;p=mirror_spl-debian.git diff --git a/spl_config.h.in b/spl_config.h.in index 540b793..e7243c5 100644 --- a/spl_config.h.in +++ b/spl_config.h.in @@ -3,155 +3,119 @@ /* Atomic types use spinlocks */ #undef ATOMIC_SPINLOCK -/* Define to 1 to enable debug */ -#undef DEBUG - /* Define to 1 to enable basic kmem accounting */ #undef DEBUG_KMEM /* Define to 1 to enable detailed kmem tracking */ #undef DEBUG_KMEM_TRACKING -/* register_sysctl_table() wants 2 args */ -#undef HAVE_2ARGS_REGISTER_SYSCTL - -/* set_fs_pwd() wants 2 args */ -#undef HAVE_2ARGS_SET_FS_PWD +/* new shrinker callback wants 2 args */ +#undef HAVE_2ARGS_NEW_SHRINKER_CALLBACK -/* vfs_unlink() wants 2 args */ -#undef HAVE_2ARGS_VFS_UNLINK +/* old shrinker callback wants 2 args */ +#undef HAVE_2ARGS_OLD_SHRINKER_CALLBACK -/* INIT_WORK wants 3 args */ -#undef HAVE_3ARGS_INIT_WORK +/* vfs_fsync() wants 2 args */ +#undef HAVE_2ARGS_VFS_FSYNC -/* on_each_cpu wants 3 args */ -#undef HAVE_3ARGS_ON_EACH_CPU +/* vfs_getattr wants 2 args */ +#undef HAVE_2ARGS_VFS_GETATTR -/* vfs_rename() wants 4 args */ -#undef HAVE_4ARGS_VFS_RENAME +/* zlib_deflate_workspacesize() wants 2 args */ +#undef HAVE_2ARGS_ZLIB_DEFLATE_WORKSPACESIZE -/* device_create wants 5 args */ -#undef HAVE_5ARGS_DEVICE_CREATE +/* old shrinker callback wants 3 args */ +#undef HAVE_3ARGS_SHRINKER_CALLBACK -/* proc_handler() wants 5 args */ -#undef HAVE_5ARGS_PROC_HANDLER +/* vfs_getattr wants 3 args */ +#undef HAVE_3ARGS_VFS_GETATTR -/* kernel defines atomic64_cmpxchg */ -#undef HAVE_ATOMIC64_CMPXCHG +/* vfs_getattr wants 4 args */ +#undef HAVE_4ARGS_VFS_GETATTR /* kernel defines atomic64_t */ #undef HAVE_ATOMIC64_T -/* kernel defines atomic64_xchg */ -#undef HAVE_ATOMIC64_XCHG - -/* class_device_create() is available */ -#undef HAVE_CLASS_DEVICE_CREATE - -/* struct cred exists */ -#undef HAVE_CRED_STRUCT - /* struct ctl_table has ctl_name */ #undef HAVE_CTL_NAME -/* unnumbered sysctl support exists */ -#undef HAVE_CTL_UNNUMBERED - -/* device_create() is available */ -#undef HAVE_DEVICE_CREATE - -/* div64_64() is available */ -#undef HAVE_DIV64_64 - -/* div64_u64() is available */ -#undef HAVE_DIV64_U64 - /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* linux/fdtable.h exists */ -#undef HAVE_FDTABLE_HEADER - -/* files_fdtable() is available */ -#undef HAVE_FILES_FDTABLE - -/* first_online_pgdat() is available */ -#undef HAVE_FIRST_ONLINE_PGDAT +/* fops->fallocate() exists */ +#undef HAVE_FILE_FALLOCATE -/* fls64() is available */ -#undef HAVE_FLS64 +/* struct fs_struct uses spinlock_t */ +#undef HAVE_FS_STRUCT_SPINLOCK -/* get_vmalloc_info() is available */ -#undef HAVE_GET_VMALLOC_INFO +/* group_info->gid exists */ +#undef HAVE_GROUP_INFO_GID -/* get_zone_counts() is available */ -#undef HAVE_GET_ZONE_COUNTS +/* fops->fallocate() exists */ +#undef HAVE_INODE_FALLOCATE -/* global_page_state() is available */ -#undef HAVE_GLOBAL_PAGE_STATE +/* yes */ +#undef HAVE_INODE_LOCK_SHARED -/* groups_search() is available */ -#undef HAVE_GROUPS_SEARCH +/* inode->i_*time's are timespec64 */ +#undef HAVE_INODE_TIMESPEC64_TIMES -/* init_utsname() is available */ -#undef HAVE_INIT_UTSNAME - -/* struct inode has i_mutex */ -#undef HAVE_INODE_I_MUTEX +/* truncate_range() inode operation is available */ +#undef HAVE_INODE_TRUNCATE_RANGE /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -/* kallsyms_lookup_name() is available */ -#undef HAVE_KALLSYMS_LOOKUP_NAME +/* yes */ +#undef HAVE_IO_SCHEDULE_TIMEOUT -/* kmalloc_node() is available */ -#undef HAVE_KMALLOC_NODE +/* kernel_read() take loff_t pointer */ +#undef HAVE_KERNEL_READ_PPOS -/* kvasprintf() is available */ -#undef HAVE_KVASPRINTF +/* timer_list.function gets a timer_list */ +#undef HAVE_KERNEL_TIMER_FUNCTION_TIMER_LIST -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H +/* kernel_write() take loff_t pointer */ +#undef HAVE_KERNEL_WRITE_PPOS -/* monotonic_clock() is available */ -#undef HAVE_MONOTONIC_CLOCK +/* struct kmem_cache has allocflags */ +#undef HAVE_KMEM_CACHE_ALLOCFLAGS -/* mutex_lock_nested() is available */ -#undef HAVE_MUTEX_LOCK_NESTED +/* kmem_cache_create_usercopy() exists */ +#undef HAVE_KMEM_CACHE_CREATE_USERCOPY -/* struct mutex has owner */ -#undef HAVE_MUTEX_OWNER +/* struct kmem_cache has gfpflags */ +#undef HAVE_KMEM_CACHE_GFPFLAGS -/* next_online_pgdat() is available */ -#undef HAVE_NEXT_ONLINE_PGDAT +/* kuid_t/kgid_t in use */ +#undef HAVE_KUIDGID_T -/* next_zone() is available */ -#undef HAVE_NEXT_ZONE +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H -/* struct path used in struct nameidata */ -#undef HAVE_PATH_IN_NAMEIDATA +/* yes */ +#undef HAVE_PDE_DATA -/* pgdat helpers are available */ -#undef HAVE_PGDAT_HELPERS +/* struct rw_semaphore has member activity */ +#undef HAVE_RWSEM_ACTIVITY -/* pgdat_list is available */ -#undef HAVE_PGDAT_LIST +/* struct rw_semaphore has atomic_long_t member count */ +#undef HAVE_RWSEM_ATOMIC_LONG_COUNT -/* __put_task_struct() is available */ -#undef HAVE_PUT_TASK_STRUCT +/* linux/sched/rt.h exists */ +#undef HAVE_SCHED_RT_HEADER -/* set_fs_pwd() is available */ -#undef HAVE_SET_FS_PWD +/* linux/sched/signal.h exists */ +#undef HAVE_SCHED_SIGNAL_HEADER -/* set_normalized_timespec() is available as export */ -#undef HAVE_SET_NORMALIZED_TIMESPEC_EXPORT +/* set_fs_pwd() needs const path * */ +#undef HAVE_SET_FS_PWD_WITH_CONST -/* set_normalized_timespec() is available as inline */ -#undef HAVE_SET_NORMALIZED_TIMESPEC_INLINE +/* struct shrink_control exists */ +#undef HAVE_SHRINK_CONTROL_STRUCT -/* set_shrinker() available */ -#undef HAVE_SET_SHRINKER +/* ->count_objects exists */ +#undef HAVE_SPLIT_SHRINKER_CALLBACK /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -171,52 +135,25 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H -/* task_curr() exported */ -#undef HAVE_TASK_CURR - -/* timespec_sub() is available */ -#undef HAVE_TIMESPEC_SUB - -/* linux/uaccess.h exists */ -#undef HAVE_UACCESS_HEADER - -/* kernel defines uintptr_t */ -#undef HAVE_UINTPTR_T - /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Page state NR_ACTIVE is available */ -#undef HAVE_ZONE_STAT_ITEM_NR_ACTIVE - -/* Page state NR_ACTIVE_ANON is available */ -#undef HAVE_ZONE_STAT_ITEM_NR_ACTIVE_ANON +/* usleep_range is available */ +#undef HAVE_USLEEP_RANGE -/* Page state NR_ACTIVE_FILE is available */ -#undef HAVE_ZONE_STAT_ITEM_NR_ACTIVE_FILE +/* yes */ +#undef HAVE_WAIT_ON_BIT_ACTION -/* Page state NR_FREE_PAGES is available */ -#undef HAVE_ZONE_STAT_ITEM_NR_FREE_PAGES +/* wait_queue_entry_t exists */ +#undef HAVE_WAIT_QUEUE_ENTRY_T -/* Page state NR_INACTIVE is available */ -#undef HAVE_ZONE_STAT_ITEM_NR_INACTIVE - -/* Page state NR_INACTIVE_ANON is available */ -#undef HAVE_ZONE_STAT_ITEM_NR_INACTIVE_ANON - -/* Page state NR_INACTIVE_FILE is available */ -#undef HAVE_ZONE_STAT_ITEM_NR_INACTIVE_FILE +/* wq_head->head and wq_entry->entry exist */ +#undef HAVE_WAIT_QUEUE_HEAD_ENTRY /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR -/* Define to 1 to enable debug */ -#undef NDEBUG - -/* get_zone_counts() is needed */ -#undef NEED_GET_ZONE_COUNTS - /* Name of package */ #undef PACKAGE @@ -235,6 +172,12 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* struct rw_semaphore member wait_lock is raw_spinlock_t */ +#undef RWSEM_SPINLOCK_IS_RAW + +/* Define to 1 if GPL-only symbols can be used */ +#undef SPL_IS_GPL_COMPATIBLE + /* Define the project alias string. */ #undef SPL_META_ALIAS @@ -244,6 +187,9 @@ /* Define the project release date. */ #undef SPL_META_DATA +/* Define the project license. */ +#undef SPL_META_LICENSE + /* Define the libtool library 'age' version information. */ #undef SPL_META_LT_AGE