Home
last modified time | relevance | path

Searched hist:"3 f5075ae63b6dc1de9428d028a4d28fc98e7fdff" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dblock.cdiff 3f5075ae63b6dc1de9428d028a4d28fc98e7fdff Tue Jan 12 06:49:23 CST 2010 Christoph Hellwig <hch@lst.de> block: flush backing_hd in the right place

The backing device is only modified from bdrv_commit. So instead of
flushing it every time bdrv_flush is called for the front-end device
only flush it after we're written data to it in bdrv_commit.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>