zed: remove zed_conf::{min,max}_events and ZED_{MIN,MAX}_EVENTS

No users, fields marked "reserved for future use", macros defined to 0

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #11860
This commit is contained in:
наб
2021-04-07 15:35:10 +02:00
committed by Brian Behlendorf
parent d09bd19629
commit 46d50eaf56
3 changed files with 0 additions and 14 deletions
-2
View File
@@ -26,8 +26,6 @@ struct zed_conf {
unsigned do_verbose:1; /* true if verbosity enabled */
unsigned do_zero:1; /* true if zeroing state */
unsigned do_idle:1; /* true if idle enabled */
int min_events; /* RESERVED FOR FUTURE USE */
int max_events; /* RESERVED FOR FUTURE USE */
char *pid_file; /* abs path to pid file */
int pid_fd; /* fd to pid file for lock */
char *zedlet_dir; /* abs path to zedlet dir */