Re: [PATCH v4 0/5] block-copy: use aio-task-pool

2020-05-05 Thread Vladimir Sementsov-Ogievskiy
05.05.2020 14:06, Max Reitz wrote: On 29.04.20 15:08, Vladimir Sementsov-Ogievskiy wrote: Hi all! v4 01: add Max's r-b 04: move variable definition to the top of the block, add Max's r-b 05: - change error-codes in block_copy_task_run(), document them and be more accurate about error cod

Re: [PATCH v4 0/5] block-copy: use aio-task-pool

2020-05-05 Thread Max Reitz
On 29.04.20 15:08, Vladimir Sementsov-Ogievskiy wrote: > Hi all! > > v4 > 01: add Max's r-b > 04: move variable definition to the top of the block, add Max's r-b > 05: - change error-codes in block_copy_task_run(), document them > and be more accurate about error code in block_copy_dirty_clu

[PATCH v4 0/5] block-copy: use aio-task-pool

2020-04-29 Thread Vladimir Sementsov-Ogievskiy
Hi all! v4 01: add Max's r-b 04: move variable definition to the top of the block, add Max's r-b 05: - change error-codes in block_copy_task_run(), document them and be more accurate about error code in block_copy_dirty_clusters(). - s/g_free(aio)/aio_task_pool_free(aio)/ == This is th