mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
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:
parent
e2a59aa701
commit
16529f305a
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user