Re: [PATCH v3 02/24] thread-pool: Remove thread_pool_submit() function

2024-12-06 Thread Maciej S. Szmigiero
On 4.12.2024 20:24, Peter Xu wrote: On Sun, Nov 17, 2024 at 08:19:57PM +0100, Maciej S. Szmigiero wrote: From: "Maciej S. Szmigiero" This function name conflicts with one used by a future generic thread pool function and it was only used by one test anyway. Update the trace event name in thre

Re: [PATCH v3 02/24] thread-pool: Remove thread_pool_submit() function

2024-12-04 Thread Peter Xu
On Sun, Nov 17, 2024 at 08:19:57PM +0100, Maciej S. Szmigiero wrote: > From: "Maciej S. Szmigiero" > > This function name conflicts with one used by a future generic thread pool > function and it was only used by one test anyway. > > Update the trace event name in thread_pool_submit_aio() accord

Re: [PATCH v3 02/24] thread-pool: Remove thread_pool_submit() function

2024-11-26 Thread Cédric Le Goater
On 11/17/24 20:19, Maciej S. Szmigiero wrote: From: "Maciej S. Szmigiero" This function name conflicts with one used by a future generic thread pool function and it was only used by one test anyway. Update the trace event name in thread_pool_submit_aio() accordingly. Signed-off-by: Maciej S.

Re: [PATCH v3 02/24] thread-pool: Remove thread_pool_submit() function

2024-11-25 Thread Fabiano Rosas
"Maciej S. Szmigiero" writes: > From: "Maciej S. Szmigiero" > > This function name conflicts with one used by a future generic thread pool > function and it was only used by one test anyway. > > Update the trace event name in thread_pool_submit_aio() accordingly. > > Signed-off-by: Maciej S. Szm

[PATCH v3 02/24] thread-pool: Remove thread_pool_submit() function

2024-11-17 Thread Maciej S. Szmigiero
From: "Maciej S. Szmigiero" This function name conflicts with one used by a future generic thread pool function and it was only used by one test anyway. Update the trace event name in thread_pool_submit_aio() accordingly. Signed-off-by: Maciej S. Szmigiero --- include/block/thread-pool.h |