Re: [PATCH v7 20/47] block: Iterate over children in refresh_limits

2020-07-16 Thread Max Reitz
On 14.07.20 20:37, Andrey Shinkevich wrote: > On 25.06.2020 18:21, Max Reitz wrote: >> Instead of looking at just bs->file and bs->backing, we should look at >> all children that could end up receiving forwarded requests. >> >> Signed-off-by: Max Reitz >> --- >>   block/io.c | 32 -

Re: [PATCH v7 20/47] block: Iterate over children in refresh_limits

2020-07-14 Thread Andrey Shinkevich
On 25.06.2020 18:21, Max Reitz wrote: Instead of looking at just bs->file and bs->backing, we should look at all children that could end up receiving forwarded requests. Signed-off-by: Max Reitz --- block/io.c | 32 1 file changed, 16 insertions(+), 16 deleti

[PATCH v7 20/47] block: Iterate over children in refresh_limits

2020-06-25 Thread Max Reitz
Instead of looking at just bs->file and bs->backing, we should look at all children that could end up receiving forwarded requests. Signed-off-by: Max Reitz --- block/io.c | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/block/io.c b/block/io