Re: [PATCH 02/14] block/nbd: nbd_co_establish_connection(): drop unused errp

2021-04-07 Thread Roman Kagan
On Wed, Apr 07, 2021 at 01:46:25PM +0300, Vladimir Sementsov-Ogievskiy wrote: > We are going to refactor connection logic to make it more > understandable. Every bit that we can simplify in advance will help. > Drop errp for now, it's unused anyway. We'll probably reimplement it in > future. Altho

[PATCH 02/14] block/nbd: nbd_co_establish_connection(): drop unused errp

2021-04-07 Thread Vladimir Sementsov-Ogievskiy
We are going to refactor connection logic to make it more understandable. Every bit that we can simplify in advance will help. Drop errp for now, it's unused anyway. We'll probably reimplement it in future. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/nbd.c | 9 - 1 file changed