X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fzcommon%2Fzprop_common.c;h=0a0af2334a082cc7fe32de4b62fb584a1089e447;hb=bd99a7584a3d93cffd6c57ef7b9c80ffd953d913;hp=ab5b4662b79c4250798a68aeb11c8bf4836a0bcf;hpb=c28b227942b421ebdc03c9df9a012642fb517223;p=zfs.git diff --git a/module/zcommon/zprop_common.c b/module/zcommon/zprop_common.c index ab5b466..0a0af23 100644 --- a/module/zcommon/zprop_common.c +++ b/module/zcommon/zprop_common.c @@ -171,7 +171,7 @@ zprop_iter_common(zprop_func func, void *cb, boolean_t show_all, size = num_props * sizeof (zprop_desc_t *); #if defined(_KERNEL) - order = kmem_alloc(size, KM_SLEEP); + order = kmem_alloc(size, KM_PUSHPAGE); #else if ((order = malloc(size)) == NULL) return (ZPROP_CONT);