On 05/10/2017 10:20 PM, Eric Blake wrote: > Rather than having a void function that modifies its input > in-place as the output, change the signature to reduce a layer > of indirection and return the result. > > Suggested-by: John Snow <js...@redhat.com> > Signed-off-by: Eric Blake <ebl...@redhat.com> >
Reviewed-by: John Snow <js...@redhat.com> > --- > v2: new patch > --- > block/mirror.c | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-) >