aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
diff options
context:
space:
mode:
authorMatthew Ahrens <[email protected]>2018-05-18 15:56:13 -0700
committerBrian Behlendorf <[email protected]>2018-10-19 12:02:28 -0700
commitd637db98e17e05c86afbf2e91793c12daffbf421 (patch)
treeabf2508363108134d0d64b7144a6ee90485b0146 /include/sys
parent80a91e7469669e2a5da5873b8f09a752f7869062 (diff)
OpenZFS 9681 - ztest failure in spa_history_log_internal due to spa_rename()
Authored by: Matthew Ahrens <[email protected]> Reviewed by: Prakash Surya <[email protected]> Reviewed by: Serapheim Dimitropoulos <[email protected]> Reviewed by: George Melikov <[email protected]> Reviewed by: Tom Caputi <[email protected]> Approved by: Robert Mustacchi <[email protected]> Ported-by: Brian Behlendorf <[email protected]> OpenZFS-issue: https://www.illumos.org/issues/9681 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/6aee0ad7 Closes #8041
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 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 *);