On Tue, Oct 08, 2013 at 02:37:12PM +0200, Kevin Wolf wrote: > Am 02.10.2013 um 16:45 hat Max Reitz geschrieben: > > Because l2_allocate now frees the unused L2 cluster on error, the > > according test cases in 026 don't result in one leaked cluster anymore. > > > > Signed-off-by: Max Reitz <mre...@redhat.com> > > --- > > This patch depends on and is a follow-up to "qcow2: Free allocated L2 > > cluster on error" which was part of the "qcow2: Small error path fixes > > for l2_allocate" series. This series is fully merged to Kevin's block > > branch, however, this one patch was excluded from his pull request last > > Friday, therefore, it is missing from master. > > --- > > tests/qemu-iotests/026.out | 32 ++++++++------------------------ > > tests/qemu-iotests/026.out.nocache | 32 ++++++++------------------------ > > 2 files changed, 16 insertions(+), 48 deletions(-) > > Stefan, it seems you already picked this up?
Yes, I included it in my last block pull request. Stefan