diff options
author | Bryan Cantrill <bryan@joyent.com> | 2013-09-05 06:53:03 +0000 |
---|---|---|
committer | Bryan Cantrill <bryan@joyent.com> | 2013-09-05 06:53:03 +0000 |
commit | 092fe49637e40ccc367f723900bcb91ba2fab46d (patch) | |
tree | 3bb6d2698378bacbff0aa02e613f3665a9925cdc /usr/src/lib | |
parent | 64af696dbea3e718e4c758e173de5fa35826dd41 (diff) | |
download | illumos-joyent-release-20130905.tar.gz |
OS-2437 arc_get_data_buf() blocks in vmem_alloc() instead of evicting20130905release-20130905
Diffstat (limited to 'usr/src/lib')
-rw-r--r-- | usr/src/lib/libzpool/common/sys/zfs_context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/lib/libzpool/common/sys/zfs_context.h b/usr/src/lib/libzpool/common/sys/zfs_context.h index 3aa58fb05a..b6f6304f59 100644 --- a/usr/src/lib/libzpool/common/sys/zfs_context.h +++ b/usr/src/lib/libzpool/common/sys/zfs_context.h @@ -22,7 +22,7 @@ * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2011 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2013 by Delphix. All rights reserved. - * Copyright (c) 2012, Joyent, Inc. All rights reserved. + * Copyright (c) 2013, Joyent, Inc. All rights reserved. */ #ifndef _SYS_ZFS_CONTEXT_H @@ -305,6 +305,7 @@ extern void kstat_runq_back_to_waitq(kstat_io_t *); #define KM_SLEEP UMEM_NOFAIL #define KM_PUSHPAGE KM_SLEEP #define KM_NOSLEEP UMEM_DEFAULT +#define KM_NORMALPRI 0 #define KMC_NODEBUG UMC_NODEBUG #define KMC_NOTOUCH 0 /* not needed for userland caches */ #define kmem_alloc(_s, _f) umem_alloc(_s, _f) |