Re: [PATCH v2 0/3] block: Make bdrv_refresh_limits() non-recursive

2022-03-04 Thread Kevin Wolf
Am 16.02.2022 um 11:53 hat Hanna Reitz geschrieben: > Hi, > > v1 with detailed reasoning: > https://lists.nongnu.org/archive/html/qemu-block/2022-02/msg00508.html > > This series makes bdrv_refresh_limits() non-recursive so that it is > sufficient for callers to ensure that the node on which they

Re: [PATCH v2 0/3] block: Make bdrv_refresh_limits() non-recursive

2022-02-28 Thread Stefan Hajnoczi
On Wed, Feb 16, 2022 at 11:53:52AM +0100, Hanna Reitz wrote: > Hi, > > v1 with detailed reasoning: > https://lists.nongnu.org/archive/html/qemu-block/2022-02/msg00508.html > > This series makes bdrv_refresh_limits() non-recursive so that it is > sufficient for callers to ensure that the node on w

[PATCH v2 0/3] block: Make bdrv_refresh_limits() non-recursive

2022-02-16 Thread Hanna Reitz
Hi, v1 with detailed reasoning: https://lists.nongnu.org/archive/html/qemu-block/2022-02/msg00508.html This series makes bdrv_refresh_limits() non-recursive so that it is sufficient for callers to ensure that the node on which they call it will not receive concurrent I/O requests (instead of ensu