Re: [PATCH v5 05/10] block: bdrv_mark_request_serialising: split non-waiting function

2020-08-25 Thread Max Reitz
On 21.08.20 16:11, Vladimir Sementsov-Ogievskiy wrote: > We'll need a separate function, which will only "mark" request > serialising with specified align but not wait for conflicting > requests. So, it will be like old bdrv_mark_request_serialising(), > before merging

[PATCH v5 05/10] block: bdrv_mark_request_serialising: split non-waiting function

2020-08-21 Thread Vladimir Sementsov-Ogievskiy
We'll need a separate function, which will only "mark" request serialising with specified align but not wait for conflicting requests. So, it will be like old bdrv_mark_request_serialising(), before merging bdrv_wait_serialising_requests_locked() into it. To reduce the possible mess, let's do the