summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/hyprlofs/hyprlofs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/fs/hyprlofs/hyprlofs_vfsops.c')
-rw-r--r--usr/src/uts/common/fs/hyprlofs/hyprlofs_vfsops.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/common/fs/hyprlofs/hyprlofs_vfsops.c b/usr/src/uts/common/fs/hyprlofs/hyprlofs_vfsops.c
index c582a8cac2..bf80da6dbe 100644
--- a/usr/src/uts/common/fs/hyprlofs/hyprlofs_vfsops.c
+++ b/usr/src/uts/common/fs/hyprlofs/hyprlofs_vfsops.c
@@ -271,8 +271,7 @@ hyprlofs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr)
&dpn)) != 0)
goto out;
- if ((hm = kmem_zalloc(sizeof (hlfsmount_t),
- KM_NORMALPRI | KM_NOSLEEP)) == NULL) {
+ if ((hm = kmem_zalloc(sizeof (hlfsmount_t), KM_NOSLEEP_LAZY)) == NULL) {
pn_free(&dpn);
error = ENOMEM;
goto out;