usr/src/uts/common/fs/zfs/sys/zil.h
changeset 12294 2a74b443e6b1
parent 11670 1d964fb5d948
child 12699 36aebb51164a
--- a/usr/src/uts/common/fs/zfs/sys/zil.h	Mon May 03 04:17:29 2010 -0700
+++ b/usr/src/uts/common/fs/zfs/sys/zil.h	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 */
+
 #ifndef	_SYS_ZIL_H
 #define	_SYS_ZIL_H
 
@@ -417,9 +418,11 @@
 extern void	zil_add_block(zilog_t *zilog, const blkptr_t *bp);
 extern int	zil_bp_tree_add(zilog_t *zilog, const blkptr_t *bp);
 
+extern void	zil_set_sync(zilog_t *zilog, uint64_t syncval);
+
 extern void	zil_set_logbias(zilog_t *zilog, uint64_t slogval);
 
-extern int zil_disable;
+extern int zil_replay_disable;
 
 #ifdef	__cplusplus
 }