Skip to content

Commit

Permalink
libzfs: get rid of unused libzfs_handle::libzfs_{storeerr,chassis_id}
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes openzfs#11868
  • Loading branch information
nabijaczleweli authored and mcmilk committed Apr 15, 2021
1 parent 445fb07 commit fa49cec
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 121 deletions.
2 changes: 0 additions & 2 deletions include/libzfs_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
Expand Down
Loading

0 comments on commit fa49cec

Please sign in to comment.