mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-27 03:19:35 +03:00
zed: exec: 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
008f30c730
commit
e2a59aa701
@ -187,11 +187,14 @@ _zed_exec_fork_child(uint64_t eid, const char *dir, const char *prog,
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
_nop(int sig)
|
_nop(int sig)
|
||||||
{}
|
{
|
||||||
|
(void) sig;
|
||||||
|
}
|
||||||
|
|
||||||
static void *
|
static void *
|
||||||
_reap_children(void *arg)
|
_reap_children(void *arg)
|
||||||
{
|
{
|
||||||
|
(void) arg;
|
||||||
struct launched_process_node node, *pnode;
|
struct launched_process_node node, *pnode;
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
int status;
|
int status;
|
||||||
|
Loading…
Reference in New Issue
Block a user