Re: [PATCH v3 09/33] block/nbd: bs-independent interface for nbd_co_establish_connection()

2021-06-08 Thread Vladimir Sementsov-Ogievskiy
02.06.2021 22:14, Eric Blake wrote: On Fri, Apr 16, 2021 at 11:08:47AM +0300, Vladimir Sementsov-Ogievskiy wrote: We are going to split connection code to separate file. Now we are to a separate ready to give nbd_co_establish_connection() clean and bs-independent interface. Signed-off-by: V

Re: [PATCH v3 09/33] block/nbd: bs-independent interface for nbd_co_establish_connection()

2021-06-02 Thread Eric Blake
On Fri, Apr 16, 2021 at 11:08:47AM +0300, Vladimir Sementsov-Ogievskiy wrote: > We are going to split connection code to separate file. Now we are to a separate > ready to give nbd_co_establish_connection() clean and bs-independent > interface. > > Signed-off-by: Vladimir Sementsov-Ogievskiy >

[PATCH v3 09/33] block/nbd: bs-independent interface for nbd_co_establish_connection()

2021-04-16 Thread Vladimir Sementsov-Ogievskiy
We are going to split connection code to separate file. Now we are ready to give nbd_co_establish_connection() clean and bs-independent interface. Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Roman Kagan --- block/nbd.c | 49 +++-- 1 file