commit | b10170aca0616df85482dcc7ddda03437bc07cca | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Thu Aug 09 13:05:54 2012 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Aug 10 10:25:12 2012 +0200 |
tree | dae80501c214a6c94f9bcd26b7751cce1c2e629b | |
parent | 1f212b9d3edd8679bafd3bcf0301795206438724 [diff] |
qed: mark image clean after repair succeeds The dirty bit is cleared after image repair succeeds in qed_open(). Move this into qed_check() so that all callers benefit from this behavior when fix=true. This is necessary so qemu-img check can call .bdrv_check() and mark the image clean. Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>