zed: agents: fix unused, remove argsused

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12835
This commit is contained in:
наб 2021-12-11 01:08:22 +01:00 committed by Brian Behlendorf
parent e2a59aa701
commit 16529f305a

View File

@ -327,6 +327,8 @@ zfs_agent_dispatch(const char *class, const char *subclass, nvlist_t *nvl)
static void * static void *
zfs_agent_consumer_thread(void *arg) zfs_agent_consumer_thread(void *arg)
{ {
(void) arg;
for (;;) { for (;;) {
agent_event_t *event; agent_event_t *event;