1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00: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:
Jason Lee 2024-04-10 16:01:39 -06:00 committed by GitHub
parent e5e2a5a3b8
commit e5ddecd1a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1053,6 +1053,7 @@ send_progress_thread(void *arg)
}
}
pthread_cleanup_pop(B_TRUE);
return (NULL);
}
static boolean_t