commit | cf5c1a231ee99ac21fe8258faf50bb1f65884343 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Dec 07 18:08:44 2012 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Dec 13 15:37:59 2012 +0100 |
tree | e3cd246aaed4bf76ee81523f31617929205adaf9 | |
parent | 593fb83cacf3818a5623f31a6c04c24d87519ad0 [diff] |
qcow2: Allocate l2meta dynamically As soon as delayed COW is introduced, the l2meta struct is needed even after completion of the request, so it can't live on the stack. Signed-off-by: Kevin Wolf <kwolf@redhat.com>