mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +03:00
return NULL at end of send_progress_thread
Reviewed-by: Rob Norris <robn@despairlabs.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Jason Lee <jasonlee@lanl.gov> Closes #16074
This commit is contained in:
parent
e5e2a5a3b8
commit
e5ddecd1a7
@ -1053,6 +1053,7 @@ send_progress_thread(void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
pthread_cleanup_pop(B_TRUE);
|
pthread_cleanup_pop(B_TRUE);
|
||||||
|
return (NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
static boolean_t
|
static boolean_t
|
||||||
|
Loading…
Reference in New Issue
Block a user