diff options
Diffstat (limited to 'usr/src/lib/libzpool')
| -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 94d59874d3..9adba03fab 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) 2012, 2015 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 @@ -318,6 +318,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) | 
