summaryrefslogtreecommitdiffstats
path: root/include/libzfs.h
diff options
context:
space:
mode:
authorDavid Quigley <[email protected]>2017-09-18 18:06:40 -0600
committerBrian Behlendorf <[email protected]>2017-09-18 17:06:40 -0700
commita9a2bf71520ffb5668c9204db5c7df0445dc912a (patch)
treee0f60e10e5ae4d751b6792e05de771037a91bc9b /include/libzfs.h
parentea49beba66106dcb272b43323fad147df1df13fd (diff)
Remove FRU and LIBTOPO Support
FRU and LIBTOPO support are illumos only features that will not be ported to Linux and make the code more complicated than necessary. This commit makes way for further cleanups of the zed/FMA code. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: David Quigley <[email protected]> Closes #6641
Diffstat (limited to 'include/libzfs.h')
-rw-r--r--include/libzfs.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/libzfs.h b/include/libzfs.h
index df8d738b7..ac5a30c35 100644
--- a/include/libzfs.h
+++ b/include/libzfs.h
@@ -873,17 +873,6 @@ extern int zpool_enable_datasets(zpool_handle_t *, const char *, int);
extern int zpool_disable_datasets(zpool_handle_t *, boolean_t);
/*
- * Mappings between vdev and FRU.
- */
-extern void libzfs_fru_refresh(libzfs_handle_t *);
-extern const char *libzfs_fru_lookup(libzfs_handle_t *, const char *);
-extern const char *libzfs_fru_devpath(libzfs_handle_t *, const char *);
-extern boolean_t libzfs_fru_compare(libzfs_handle_t *, const char *,
- const char *);
-extern boolean_t libzfs_fru_notself(libzfs_handle_t *, const char *);
-extern int zpool_fru_set(zpool_handle_t *, uint64_t, const char *);
-
-/*
* Support for Linux libudev derived persistent device strings
*/
extern boolean_t is_mpath_whole_disk(const char *);