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 <[email protected]> > Signed-off-by: Eric Blake <[email protected]> >
Reviewed-by: John Snow <[email protected]> > --- > v2: new patch > --- > block/mirror.c | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-) >
