Re: [PATCH] erofs-utils: lib: get rid of pthread_cancel() for workqueue

2024-12-10 Thread Gao Xiang
Applied with the following diff: diff --git a/lib/compress.c b/lib/compress.c index ce1056b..8446fe4 100644 --- a/lib/compress.c +++ b/lib/compress.c @@ -1790,7 +1790,9 @@ int z_erofs_compress_init(struct erofs_sb_info *sbi, struct erofs_buffer_head *s

Re: [PATCH] erofs-utils: lib: get rid of pthread_cancel() for workqueue

2024-12-10 Thread Gao Xiang
On 2024/12/11 12:22, Yifan Zhao wrote: LGTM. Thanks, I will add as a r-v-b tag then. Thanks, Gao Xiang Thanks, Yifan Zhao On 2024/12/11 10:50, Gao Xiang wrote: Bionic (Android's libc) does not have pthread_cancel, call erofs_destroy_workqueue() when initialization fails. Cc: Kelvin

Re: [PATCH] erofs-utils: lib: get rid of pthread_cancel() for workqueue

2024-12-10 Thread Yifan Zhao
LGTM. Thanks, Yifan Zhao On 2024/12/11 10:50, Gao Xiang wrote: Bionic (Android's libc) does not have pthread_cancel, call erofs_destroy_workqueue() when initialization fails. Cc: Kelvin Zhang Cc: Yifan Zhao Signed-off-by: Gao Xiang --- https://lore.kernel.org/r/20241002174308.2585690-1-zh

[PATCH] erofs-utils: lib: get rid of pthread_cancel() for workqueue

2024-12-10 Thread Gao Xiang
Bionic (Android's libc) does not have pthread_cancel, call erofs_destroy_workqueue() when initialization fails. Cc: Kelvin Zhang Cc: Yifan Zhao Signed-off-by: Gao Xiang --- https://lore.kernel.org/r/20241002174308.2585690-1-zhangkel...@google.com https://lore.kernel.org/r/20241002174912.42486-1