]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - module/zfs/zap_leaf.c
Switch KM_SLEEP to KM_PUSHPAGE
[mirror_zfs-debian.git] / module / zfs / zap_leaf.c
index b867ac4074588ad51c0f49c26b72a622c8cb6e21..ad21882e99865706877cc815cc8e8f84b0403773 100644 (file)
@@ -341,7 +341,7 @@ zap_leaf_array_match(zap_leaf_t *l, zap_name_t *zn,
 
                ASSERT(zn->zn_key_intlen == sizeof (*thiskey));
                thiskey = kmem_alloc(array_numints * sizeof (*thiskey),
-                   KM_SLEEP);
+                   KM_PUSHPAGE);
 
                zap_leaf_array_read(l, chunk, sizeof (*thiskey), array_numints,
                    sizeof (*thiskey), array_numints, thiskey);
@@ -353,7 +353,7 @@ zap_leaf_array_match(zap_leaf_t *l, zap_name_t *zn,
 
        ASSERT(zn->zn_key_intlen == 1);
        if (zn->zn_matchtype == MT_FIRST) {
-               char *thisname = kmem_alloc(array_numints, KM_SLEEP);
+               char *thisname = kmem_alloc(array_numints, KM_PUSHPAGE);
                boolean_t match;
 
                zap_leaf_array_read(l, chunk, sizeof (char), array_numints,