From 0336f3d001c76625281919bcf9e534d1976f3c36 Mon Sep 17 00:00:00 2001 From: Isaac Huang Date: Sat, 25 Apr 2015 22:25:45 -0600 Subject: 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 Signed-off-by: Brian Behlendorf Closes #3262 --- include/sys/spa.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sys') 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); -- cgit v1.2.3