usr/src/cmd/mdb/common/modules/zfs/zfs.c
changeset 12294 2a74b443e6b1
parent 11954 d6630fa76b91
child 12296 7cf402a7f374
--- a/usr/src/cmd/mdb/common/modules/zfs/zfs.c	Mon May 03 04:17:29 2010 -0700
+++ b/usr/src/cmd/mdb/common/modules/zfs/zfs.c	Mon May 03 09:07:08 2010 -0600
@@ -19,10 +19,11 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  */
 
+/* Portions Copyright 2010 Robert Milkowski */
+
 #include <mdb/mdb_ctf.h>
 #include <sys/zfs_context.h>
 #include <sys/mdb_modapi.h>
@@ -329,8 +330,8 @@
 		"fzap_default_block_shift",
 		"zfs_immediate_write_sz",
 		"zfs_read_chunk_size",
-		"zil_disable",
 		"zfs_nocacheflush",
+		"zil_replay_disable",
 		"metaslab_gang_bang",
 		"metaslab_df_alloc_threshold",
 		"metaslab_df_free_pct",