diff usr/src/uts/common/fs/zfs/sys/spa.h @ 13869:921a99998bb4

3246 ZFS I/O deadman thread Reviewed by: Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
author George.Wilson <george.wilson@delphix.com>
date Mon, 29 Oct 2012 12:08:09 -0500
parents 95aba6e49b9f
children 4eac7a87eff2
line wrap: on
line diff
--- a/usr/src/uts/common/fs/zfs/sys/spa.h	Thu Oct 25 02:27:19 2012 +0000
+++ b/usr/src/uts/common/fs/zfs/sys/spa.h	Mon Oct 29 12:08:09 2012 -0500
@@ -604,6 +604,7 @@
 extern uint64_t spa_bootfs(spa_t *spa);
 extern uint64_t spa_delegation(spa_t *spa);
 extern objset_t *spa_meta_objset(spa_t *spa);
+extern uint64_t spa_deadman_synctime(spa_t *spa);
 
 /* Miscellaneous support routines */
 extern void spa_activate_mos_feature(spa_t *spa, const char *feature);