aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/refcount.c
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2008-05-25 22:34:17 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2008-05-25 22:34:17 +0000
commited5a2ac45cdb0e733041a9bdb3169b066e34230b (patch)
treeab44ac961c5ca994048e3975e6ca01f7942d80ed /sys/cddl/contrib/opensolaris/uts/common/fs/zfs/refcount.c
parent12ed81c06a813045a9c20ab70d01aec96c16b0bc (diff)
downloadsrc-ed5a2ac45cdb0e733041a9bdb3169b066e34230b.tar.gz
src-ed5a2ac45cdb0e733041a9bdb3169b066e34230b.zip
Fix namespace collision after src/sys/sys/file.h:1.78.
Notes
Notes: svn path=/head/; revision=179310
Diffstat (limited to 'sys/cddl/contrib/opensolaris/uts/common/fs/zfs/refcount.c')
-rw-r--r--sys/cddl/contrib/opensolaris/uts/common/fs/zfs/refcount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/refcount.c b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/refcount.c
index 411ed46e13d7..a2f4614fed87 100644
--- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/refcount.c
+++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/refcount.c
@@ -42,7 +42,7 @@ static kmem_cache_t *reference_cache;
static kmem_cache_t *reference_history_cache;
void
-refcount_init(void)
+refcount_sysinit(void)
{
reference_cache = kmem_cache_create("reference_cache",
sizeof (reference_t), 0, NULL, NULL, NULL, NULL, NULL, 0);