Re: [Libguestfs] [PATCH libnbd 2/8] copy: Rename copy_subcommand to create_subcommand

2022-02-22 Thread Nir Soffer
On Mon, Feb 21, 2022 at 4:52 PM Eric Blake wrote: > > On Sun, Feb 20, 2022 at 02:13:57PM +0200, Nir Soffer wrote: > > copy_subcommand creates a new command without copying the original > > command. Rename the function to make this more clear. > > > > Signed-off-by: Nir Soffer > > --- > >

Re: [Libguestfs] [PATCH libnbd 2/8] copy: Rename copy_subcommand to create_subcommand

2022-02-21 Thread Eric Blake
On Sun, Feb 20, 2022 at 02:13:57PM +0200, Nir Soffer wrote: > copy_subcommand creates a new command without copying the original > command. Rename the function to make this more clear. > > Signed-off-by: Nir Soffer > --- > copy/multi-thread-copying.c | 29 ++--- > 1 file

[Libguestfs] [PATCH libnbd 2/8] copy: Rename copy_subcommand to create_subcommand

2022-02-20 Thread Nir Soffer
copy_subcommand creates a new command without copying the original command. Rename the function to make this more clear. Signed-off-by: Nir Soffer --- copy/multi-thread-copying.c | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git