On 08.11.22 13:37, Kevin Wolf wrote:
Instead of using a subtree drain from the top node (which also drains child nodes of base that we're not even interested in), use a normal drain for base, which automatically drains all of the parents, too.Signed-off-by: Kevin Wolf <kw...@redhat.com> --- block.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Hanna Reitz <hre...@redhat.com>