From 09de417e20ff2fb3890d75f4f7f415e6007db10c Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 22 Dec 2008 11:01:35 -0800 Subject: [PATCH] Move #endif up to expose userspace bits --- module/zfs/include/sys/zfs_fuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/zfs/include/sys/zfs_fuid.h b/module/zfs/include/sys/zfs_fuid.h index 41f5846f5c..7ef8dd7a30 100644 --- a/module/zfs/include/sys/zfs_fuid.h +++ b/module/zfs/include/sys/zfs_fuid.h @@ -114,6 +114,7 @@ extern zfs_fuid_info_t *zfs_fuid_info_alloc(void); extern void zfs_fuid_info_free(); extern boolean_t zfs_groupmember(zfsvfs_t *, uint64_t, cred_t *); #endif /* !HAVE_SPL */ +#endif /* _KERNEL */ char *zfs_fuid_idx_domain(avl_tree_t *, uint32_t); uint64_t zfs_fuid_table_load(objset_t *, uint64_t, avl_tree_t *, avl_tree_t *); @@ -122,6 +123,5 @@ void zfs_fuid_table_destroy(avl_tree_t *, avl_tree_t *); #ifdef __cplusplus } #endif -#endif #endif /* _SYS_FS_ZFS_FUID_H */