Re: [RFC PATCH] block: always update auto_backing_file to full path

2021-04-01 Thread Joe Jin
Hi Max, Thanks very much for your replies. On 4/1/21 2:57 AM, Max Reitz wrote: > On 01.04.21 06:22, Joe Jin wrote: >> Some time after created snapshot, auto_backing_file only has filename, >> this confused overridden check, update it to full path if it is not. >> >

[RFC PATCH] block: always update auto_backing_file to full path

2021-04-01 Thread Joe Jin
Some time after created snapshot, auto_backing_file only has filename, this confused overridden check, update it to full path if it is not. Signed-off-by: Joe Jin ---  block.c | 13 +  1 file changed, 13 insertions(+) diff --git a/block.c b/block.c index c5b887cec1..8f9a027dee 100644