diff usr/src/uts/common/fs/zfs/sys/zfs_context.h @ 9816:847676ec1c5b

PSARC 2008/353 zpool autoexpand property 6475340 when lun expands, zfs should expand too 6563887 in-place replacement allows for smaller devices 6606879 should be able to grow pool without a reboot or export/import 6844090 zfs should be able to mirror to a smaller disk
author George Wilson <George.Wilson@Sun.COM>
date Mon, 08 Jun 2009 10:35:50 -0700
parents 33cb98223b2d
children 63ab26072e41
line wrap: on
line diff
--- a/usr/src/uts/common/fs/zfs/sys/zfs_context.h	Mon Jun 08 11:43:53 2009 -0400
+++ b/usr/src/uts/common/fs/zfs/sys/zfs_context.h	Mon Jun 08 10:35:50 2009 -0700
@@ -19,15 +19,13 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
 #ifndef _SYS_ZFS_CONTEXT_H
 #define	_SYS_ZFS_CONTEXT_H
 
-#pragma ident	"%Z%%M%	%I%	%E% SMI"
-
 #ifdef	__cplusplus
 extern "C" {
 #endif
@@ -62,6 +60,7 @@
 #include <sys/zfs_debug.h>
 #include <sys/sysevent.h>
 #include <sys/sysevent/eventdefs.h>
+#include <sys/sysevent/dev.h>
 #include <sys/fm/util.h>
 
 #define	CPU_SEQID	(CPU->cpu_seqid)