-/* $OpenBSD: fuse_vfsops.c,v 1.13 2014/12/16 18:30:04 tedu Exp $ */
+/* $OpenBSD: fuse_vfsops.c,v 1.14 2014/12/23 04:53:20 tedu Exp $ */
/*
* Copyright (c) 2012-2013 Sylvestre Gallon <ccna.syl@gmail.com>
*
int fusefs_init(struct vfsconf *vfc)
{
- pool_init(&fusefs_fbuf_pool, sizeof(struct fusebuf), 0, 0, 0,
- "fmsg", &pool_allocator_nointr);
+ pool_init(&fusefs_fbuf_pool, sizeof(struct fusebuf), 0, 0, PR_WAITOK,
+ "fmsg", NULL);
return (0);
}