libzfs: get rid of unused libzfs_handle::libzfs_{storeerr,chassis_id}

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #11868
This commit is contained in:
наб
2021-04-13 13:00:35 +02:00
committed by Brian Behlendorf
parent 533527725b
commit d197a150b4
2 changed files with 113 additions and 121 deletions
-2
View File
@@ -56,7 +56,6 @@ struct libzfs_handle {
char libzfs_action[1024];
char libzfs_desc[1024];
int libzfs_printerr;
int libzfs_storeerr; /* stuff error messages into buffer */
boolean_t libzfs_mnttab_enable;
/*
* We need a lock to handle the case where parallel mount
@@ -67,7 +66,6 @@ struct libzfs_handle {
pthread_mutex_t libzfs_mnttab_cache_lock;
avl_tree_t libzfs_mnttab_cache;
int libzfs_pool_iter;
char libzfs_chassis_id[256];
boolean_t libzfs_prop_debug;
regex_t libzfs_urire;
uint64_t libzfs_max_nvlist;