From 35a5a3587fd94b666239c157d3722745250ccbd7 Mon Sep 17 00:00:00 2001 From: Jonathan Adams Date: Mon, 23 Nov 2009 15:29:44 -0800 Subject: 6881015 ZFS write activity prevents other threads from running in a timely manner 6899867 mstate_thread_onproc_time() doesn't account for runnable time correctly PSARC/2009/615 System Duty Cycle Scheduling Class and ZFS IO Observability --- usr/src/uts/common/sys/debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/uts/common/sys/debug.h') diff --git a/usr/src/uts/common/sys/debug.h b/usr/src/uts/common/sys/debug.h index ce941e8dae..7c12ecab01 100644 --- a/usr/src/uts/common/sys/debug.h +++ b/usr/src/uts/common/sys/debug.h @@ -19,19 +19,19 @@ * CDDL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ - #ifndef _SYS_DEBUG_H #define _SYS_DEBUG_H #include #include +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.3