kvm tools: init: fix usage of hlist iterators
Commit b67bfe0d42ca ("hlist: drop the node parameter from iterators") incorrectly changed the way that hlist iterators are used.
This patch fixes util/
kvm tools: init: fix usage of hlist iterators
Commit b67bfe0d42ca ("hlist: drop the node parameter from iterators") incorrectly changed the way that hlist iterators are used.
This patch fixes util/init.c so it passes parameters to the new iterators in the right manner.
Cc: Sasha Levin <levinsasha928@gmail.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
show more ...
|