On Fri, Aug 09, 2013 at 07:43:59PM +0200, Charlie Shepherd wrote: > A number of functions in block.c pass an RwCo struct to a coroutine entry > point in order to > synchronise an asynchronous function. This patch factors this pattern out > into a function. > > Signed-off-by: Charlie Shepherd <[email protected]> > --- > block.c | 37 +++++++++++++++++-------------------- > 1 file changed, 17 insertions(+), 20 deletions(-)
Nice :)
