summaryrefslogtreecommitdiffstats
path: root/include/sys
diff options
context:
space:
mode:
authorIsaac Huang <[email protected]>2015-04-25 22:25:45 -0600
committerBrian Behlendorf <[email protected]>2015-04-27 09:22:05 -0700
commit0336f3d001c76625281919bcf9e534d1976f3c36 (patch)
tree5c0907f1265f4510a0f5694e30352769fdee1f3b /include/sys
parentc5656c4cfc28ecf9daf0a8df527b1bf0900c1f80 (diff)
Remove useless variable spa_active_count
This isn't required for the Linux port because the kernel tracks if a module is busy. The prototype for spa_busy() is also removed since its definition was already removed. Signed-off-by: Isaac Huang <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #3262
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/spa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sys/spa.h b/include/sys/spa.h
index 83b6723a4..d60195513 100644
--- a/include/sys/spa.h
+++ b/include/sys/spa.h
@@ -791,7 +791,6 @@ extern metaslab_class_t *spa_normal_class(spa_t *spa);
extern metaslab_class_t *spa_log_class(spa_t *spa);
extern int spa_max_replication(spa_t *spa);
extern int spa_prev_software_version(spa_t *spa);
-extern int spa_busy(void);
extern uint8_t spa_get_failmode(spa_t *spa);
extern boolean_t spa_suspended(spa_t *spa);
extern uint64_t spa_bootfs(spa_t *spa);