Re: [Qemu-devel] [PATCH 24/29] qed: Remove recursion in qed_aio_next_io()

2017-05-31 Thread Stefan Hajnoczi
On Fri, May 26, 2017 at 10:22:05PM +0200, Kevin Wolf wrote: > Instead of calling itself recursively as the last thing, just convert > qed_aio_next_io() into a loop. > > This patch is best reviewed with 'git show -w' because most of it is > just whitespace changes. > > Signed-off-by: Kevin Wolf >

[Qemu-devel] [PATCH 24/29] qed: Remove recursion in qed_aio_next_io()

2017-05-26 Thread Kevin Wolf
Instead of calling itself recursively as the last thing, just convert qed_aio_next_io() into a loop. This patch is best reviewed with 'git show -w' because most of it is just whitespace changes. Signed-off-by: Kevin Wolf --- block/qed.c | 63 +++--