Re: [PATCH 1/5] block/io: introduce bdrv_try_mark_request_serialising

2020-07-13 Thread Stefan Hajnoczi
On Wed, Jul 08, 2020 at 06:51:18PM +0300, Vladimir Sementsov-Ogievskiy wrote: > 07.07.2020 18:56, Stefan Hajnoczi wrote: > > On Sat, Jun 20, 2020 at 05:36:45PM +0300, Vladimir Sementsov-Ogievskiy > > wrote: > > > Introduce a function to mark the request serialising only if there are > > > no

Re: [PATCH 1/5] block/io: introduce bdrv_try_mark_request_serialising

2020-07-08 Thread Vladimir Sementsov-Ogievskiy
07.07.2020 18:56, Stefan Hajnoczi wrote: On Sat, Jun 20, 2020 at 05:36:45PM +0300, Vladimir Sementsov-Ogievskiy wrote: Introduce a function to mark the request serialising only if there are no conflicting request to wait for. The function is static, so mark it unused. The attribute is to be

Re: [PATCH 1/5] block/io: introduce bdrv_try_mark_request_serialising

2020-07-07 Thread Stefan Hajnoczi
On Sat, Jun 20, 2020 at 05:36:45PM +0300, Vladimir Sementsov-Ogievskiy wrote: > Introduce a function to mark the request serialising only if there are > no conflicting request to wait for. > > The function is static, so mark it unused. The attribute is to be > dropped in the next commit. > >

[PATCH 1/5] block/io: introduce bdrv_try_mark_request_serialising

2020-06-20 Thread Vladimir Sementsov-Ogievskiy
Introduce a function to mark the request serialising only if there are no conflicting request to wait for. The function is static, so mark it unused. The attribute is to be dropped in the next commit. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/io.c | 58