Re: [PATCH v3 08/10] nbd/server: introduce NBDExtentArray

2020-01-21 Thread Vladimir Sementsov-Ogievskiy
20.01.2020 23:20, Eric Blake wrote: > On 12/19/19 4:03 AM, Vladimir Sementsov-Ogievskiy wrote: >> Introduce NBDExtentArray class, to handle extents list creation in more >> controlled way and with less OUT parameters in functions. > > s/less/fewer/ > >> >> Signed-off-by: Vladimir Sementsov-Ogievs

Re: [PATCH v3 08/10] nbd/server: introduce NBDExtentArray

2020-01-20 Thread Eric Blake
On 12/19/19 4:03 AM, Vladimir Sementsov-Ogievskiy wrote: Introduce NBDExtentArray class, to handle extents list creation in more controlled way and with less OUT parameters in functions. s/less/fewer/ Signed-off-by: Vladimir Sementsov-Ogievskiy --- nbd/server.c | 201 +

[PATCH v3 08/10] nbd/server: introduce NBDExtentArray

2019-12-19 Thread Vladimir Sementsov-Ogievskiy
Introduce NBDExtentArray class, to handle extents list creation in more controlled way and with less OUT parameters in functions. Signed-off-by: Vladimir Sementsov-Ogievskiy --- nbd/server.c | 201 --- 1 file changed, 109 insertions(+), 92 deletion