diff usr/src/uts/common/fs/zfs/sys/zfs_context.h @ 14164:dceb17481b99

4045 zfs write throttle & i/o scheduler performance work Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Ned Bass <bass6@llnl.gov> Reviewed by: Brendan Gregg <brendan.gregg@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
author Matthew Ahrens <mahrens@delphix.com>
date Mon, 26 Aug 2013 13:13:26 -0800
parents 921a99998bb4
children
line wrap: on
line diff
--- a/usr/src/uts/common/fs/zfs/sys/zfs_context.h	Mon Aug 26 13:52:20 2013 -0400
+++ b/usr/src/uts/common/fs/zfs/sys/zfs_context.h	Mon Aug 26 13:13:26 2013 -0800
@@ -25,7 +25,7 @@
 
 /*
  * Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
- * Copyright (c) 2012 by Delphix. All rights reserved.
+ * Copyright (c) 2013 by Delphix. All rights reserved.
  */
 
 #ifndef _SYS_ZFS_CONTEXT_H
@@ -70,6 +70,8 @@
 #include <sys/fm/util.h>
 #include <sys/sunddi.h>
 #include <sys/cyclic.h>
+#include <sys/disp.h>
+#include <sys/callo.h>
 
 #define	CPU_SEQID	(CPU->cpu_seqid)