diff options
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/spa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sys/spa.h b/include/sys/spa.h index 443d835a1..ca657ad70 100644 --- a/include/sys/spa.h +++ b/include/sys/spa.h @@ -1009,7 +1009,6 @@ extern void spa_load_note(spa_t *spa, const char *fmt, ...); extern void spa_activate_mos_feature(spa_t *spa, const char *feature, dmu_tx_t *tx); extern void spa_deactivate_mos_feature(spa_t *spa, const char *feature); -extern int spa_rename(const char *oldname, const char *newname); extern spa_t *spa_by_guid(uint64_t pool_guid, uint64_t device_guid); extern boolean_t spa_guid_exists(uint64_t pool_guid, uint64_t device_guid); extern char *spa_strdup(const char *); |