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
@@ -43,8 +43,6 @@ zed_conf_create(void)
if (!zcp)
goto nomem;
zcp->min_events = ZED_MIN_EVENTS;
zcp->max_events = ZED_MAX_EVENTS;
zcp->pid_fd = -1;
zcp->zedlets = NULL; /* created via zed_conf_scan_dir() */
zcp->state_fd = -1; /* opened via zed_conf_open_state() */