]> Git Repo - qemu.git/commit - block.c
block: Refresh filename after changing backing file
authorKevin Wolf <[email protected]>
Thu, 9 Mar 2017 10:45:39 +0000 (11:45 +0100)
committerKevin Wolf <[email protected]>
Mon, 13 Mar 2017 11:49:33 +0000 (12:49 +0100)
commit9e7e940c3dc9d9643065dc0f64eb51efca954e54
tree9d50592e69bd0ad5377bf07cc36989a95133ac22
parent91965658664cc5da412049de0dd309d50ac09917
block: Refresh filename after changing backing file

In bdrv_open_inherit(), the filename is refreshed after opening the
backing file, but we neglected to do the same when the backing file
changes later.

Signed-off-by: Kevin Wolf <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
block.c
This page took 0.02557 seconds and 4 git commands to generate.